-
Notifications
You must be signed in to change notification settings - Fork 18
Windows 10 Error Installing #7
Description
Hey, I've did a clean NPM/GULP install, but when i try to run "npm install" on project folder, i've got an error on node-sass.
C:\Users\danil\Desktop\project>gulp
C:\Users\danil\Desktop\project\node_modules\gulp-sass\node_modules\node-sass\lib\index.js:22
throw new Error('libsass bindings not found. Try reinstalling node-sass?');
^
Error: libsass bindings not found. Try reinstalling node-sass?
at getBinding (C:\Users\danil\Desktop\project\node_modules\gulp-sass\node_modules\node-sass\lib\index.js:22:11)
at Object. (C:\Users\danil\Desktop\project\node_modules\gulp-sass\node_modules\node-sass\lib\index.js:188:23)
at Module._compile (module.js:413:34)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:16:19)
at Object. (C:\Users\danil\Desktop\project\node_modules\gulp-sass\index.js:3:17)
at Module._compile (module.js:413:34)