Any ideas how to resolve this?
npm: 2.14.2
node: v4.0.0
[email protected] install /Users/dpham/Developer/projects/productexplorer/node_modules/brucke-ui/node_modules/gulp-sass/node_modules/node-sass
node scripts/install.js
Can not download file from https://raw.githubusercontent.com/sass/node-sass-binaries/v2.1.1/darwin-x64-node-4.0/binding.node
[email protected] postinstall /Users/dpham/Developer/projects/productexplorer/node_modules/brucke-ui/node_modules/gulp-sass/node_modules/node-sass
node scripts/build.js
CXX(target) Release/obj.target/binding/src/binding.o
In file included from ../src/binding.cpp:1:
You are trying to use [email protected] which is old and we do not provide bindings for the new node editions. Please try [email protected].
node-sass 2.1.1 will not work with node 4.0.
Most helpful comment
You are trying to use [email protected] which is old and we do not provide bindings for the new node editions. Please try [email protected].
node-sass 2.1.1 will not work with node 4.0.