When i run npm install node-sass i get this error
npm ERR! Windows_NT 5.1.2600
npm ERR! argv "C:\\Archivos de programa\\nodejs\\node.exe" "C:\\Archivos de prog
rama\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save" "node-sass"
npm ERR! node v4.2.4
npm ERR! npm v2.14.12
npm ERR! code ELIFECYCLE
npm ERR! node-sass@3.4.2 postinstall: node scripts/build.js
npm ERR! Exit status 3221225477
npm ERR!
npm ERR! Failed at the node-sass@3.4.2 postinstall script 'node scripts/build.js
npm ERR! This is most likely a problem with the node-sass package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node scripts/build.js
npm ERR! You can get their info via:
npm ERR! npm owner ls node-sass
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm -v
2.14.12
node -v
v4.2.4
node -p process.versions
{ http_parser: '2.5.0',
node: '4.2.4',
v8: '4.5.103.35',
uv: '1.7.5',
zlib: '1.2.8',
ares: '1.10.1-DEV',
icu: '56.1',
modules: '46',
openssl: '1.0.2e' }
node -p process.platform
win32
node -p process.arch
ia32
My OS: Windows XP 32 Bits
When i run npm install node-sass i get this error
npm ERR! Windows_NT 5.1.2600npm ERR! argv "C:\\Archivos de programa\\nodejs\\node.exe" "C:\\Archivos de programa\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--save" "node-sass"npm ERR! node v4.2.4npm ERR! npm v2.14.12npm ERR! code ELIFECYCLEnpm ERR! node-sass@3.4.2 postinstall: node scripts/build.jsnpm ERR! Exit status 3221225477npm ERR!npm ERR! Failed at the node-sass@3.4.2 postinstall script 'node scripts/build.jsnpm ERR! This is most likely a problem with the node-sass package,npm ERR! not with npm itself.npm ERR! Tell the author that this fails on your system:npm ERR! node scripts/build.jsnpm ERR! You can get their info via:npm ERR! npm owner ls node-sassnpm ERR! There is likely additional logging output above.npm ERR! Please include the following file with any support request:My OS: Windows XP 32 Bits