Created
March 16, 2015 18:14
-
-
Save canadaduane/9b37b43078ce28c53814 to your computer and use it in GitHub Desktop.
webpack node-sass error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ fig up webpack | |
Recreating firesize_webpack_1... | |
Attaching to firesize_webpack_1 | |
webpack_1 | nodejs v0.10.33 | |
webpack_1 | npm WARN package.json [email protected] No repository field. | |
webpack_1 | | |
webpack_1 | > [email protected] install /app/node_modules/sass-loader/node_modules/node-sass | |
webpack_1 | > node scripts/install.js | |
webpack_1 | | |
webpack_1 | | |
webpack_1 | > [email protected] postinstall /app/node_modules/sass-loader/node_modules/node-sass | |
webpack_1 | > node scripts/build.js | |
webpack_1 | | |
webpack_1 | `linux-x64-node-0.10` exists; testing | |
webpack_1 | | |
webpack_1 | module.js:356 | |
webpack_1 | Module._extensions[extension](this, filename); | |
webpack_1 | ^ | |
webpack_1 | Error: Error relocating /app/node_modules/sass-loader/node_modules/node-sass/vendor/linux-x64-node-0.10/binding.node: __strtod_interna | |
webpack_1 | at Module.load (module.js:356:32) | |
webpack_1 | at Function.Module._load (module.js:312:12) | |
webpack_1 | at Module.require (module.js:364:17) | |
webpack_1 | at require (module.js:380:17) | |
webpack_1 | at Object.<anonymous> (/app/node_modules/sass-loader/node_modules/node-sass/lib/index.js:188:15) | |
webpack_1 | at Module._compile (module.js:456:26) | |
webpack_1 | at Object.Module._extensions..js (module.js:474:10) | |
webpack_1 | at Module.load (module.js:356:32) | |
webpack_1 | at Function.Module._load (module.js:312:12) | |
webpack_1 | at Module.require (module.js:364:17) | |
webpack_1 | | |
webpack_1 | npm ERR! [email protected] postinstall: `node scripts/build.js` | |
webpack_1 | npm ERR! Exit status 8 | |
webpack_1 | npm ERR! | |
webpack_1 | npm ERR! Failed at the [email protected] postinstall script. | |
webpack_1 | npm ERR! This is most likely a problem with the node-sass package, | |
webpack_1 | npm ERR! not with npm itself. | |
webpack_1 | npm ERR! Tell the author that this fails on your system: | |
webpack_1 | npm ERR! node scripts/build.js | |
webpack_1 | npm ERR! You can get their info via: | |
webpack_1 | npm ERR! npm owner ls node-sass | |
webpack_1 | npm ERR! There is likely additional logging output above. | |
webpack_1 | npm ERR! System Linux 3.18.5-tinycore64 | |
webpack_1 | npm ERR! command "/usr/bin/node" "/usr/bin/npm" "install" | |
webpack_1 | npm ERR! cwd /app | |
webpack_1 | npm ERR! node -v v0.10.33 | |
webpack_1 | npm ERR! npm -v 1.4.28 | |
webpack_1 | npm ERR! code ELIFECYCLE | |
webpack_1 | npm ERR! not ok code 0 | |
firesize_webpack_1 exited with code 1 | |
Gracefully stopping... (press Ctrl+C again to force) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment