foundation-cli icon indicating copy to clipboard operation
foundation-cli copied to clipboard

Error 404 in create new project with foundation cli

Open mjavadhpour opened this issue 8 years ago • 4 comments

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

mjavadhpour avatar Oct 04 '17 08:10 mjavadhpour

Same here. How to solve a problem?

anephew avatar Dec 28 '17 22:12 anephew

Have you tried to uninstall and install it again?

npm uninstall --global foundation
npm install --global foundation

mort3za avatar Dec 30 '17 07:12 mort3za

I am having the same issue with a clean and updated installation.

trigosop avatar Feb 05 '18 15:02 trigosop

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.

ericboggsfusion avatar Feb 28 '18 22:02 ericboggsfusion