Last Updated On January 06, 2020
A typical error you can have trying to running the code is:
HTTP error 404 Not Found
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.11.0/darwin-x64-72_binding.node
Cannot download “https://github.com/sass/node-sass/releases/download/v4.11.0/darwin-x64-72_binding.node”:
Hint: If github.com is not accessible in your location
Try with this:
npm install node-sass@4.11.0
Or if it doesn’t work, seems like you are using a too recent version of node.js, try to downgrade it with:
npm install -g n
sudo n 10.16.3