If there is a problem installing node-sass (Build error):
Install AS ADMINISTRATOR windows-build-tools package globally: npm --vs2015 install -g windows-build-tools.
Delete the node_modules folder.
Delete the package-lock.json file.
Reinstall the dependencies: npm i.
Please hit the Star at the top if you like the guidance project,
I hope it helps.