foundation-cli
foundation-cli copied to clipboard
Error 404 in create new project with foundation cli
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node":
HTTP error 404 Not Found
this project not found in git
Same here. How to solve a problem?
Have you tried to uninstall and install it again?
npm uninstall --global foundation
npm install --global foundation
I am having the same issue with a clean and updated installation.
Try updating the gulp-sass dependency to something like "gulp-sass": "^3.0.0" in package.json and re-run npm i. Essentially, gulp-sass is relying on a version of node-sass that is unavailable for whatever reason.