Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"npm install -g sc5-styleguide" error with node 0.11 #370

Closed
pdnellius opened this issue Dec 23, 2014 · 3 comments
Closed

"npm install -g sc5-styleguide" error with node 0.11 #370

pdnellius opened this issue Dec 23, 2014 · 3 comments
Labels
Milestone

Comments

@pdnellius
Copy link

Getting an error when I try and install via npm:

Binary downloaded and installed at /Users/pete.nellius/.nvm/v0.11.14/lib/node_modules/sc5-styleguide/node_modules/kss/node_modules/node-sass/vendor/darwin-x64/binding.node

> node-sass@1.2.3 postinstall /Users/pete.nellius/.nvm/v0.11.14/lib/node_modules/sc5-styleguide/node_modules/kss/node_modules/node-sass
> node scripts/build.js

`darwin-x64` exists; testing
module.js:355
  Module._extensions[extension](this, filename);
                               ^
Error: Module did not self-register.
    at Error (native)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/pete.nellius/.nvm/v0.11.14/lib/node_modules/sc5-styleguide/node_modules/kss/node_modules/node-sass/lib/index.js:181:15)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)

npm ERR! Darwin 14.0.0
npm ERR! argv "/Users/pete.nellius/.nvm/v0.11.14/bin/node" "/Users/pete.nellius/.nvm/v0.11.14/bin/npm" "install" "-g" "sc5-styleguide"
npm ERR! node v0.11.14
npm ERR! npm  v2.0.0
npm ERR! code ELIFECYCLE
npm ERR! node-sass@1.2.3 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the node-sass@1.2.3 postinstall script.
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.
@varya
Copy link
Contributor

varya commented Dec 23, 2014

Reproduced with Node 0.11, with Node 0.10 works great.
You can switch to 0.10 with nvm use 0.10 until we fix this.

@varya varya changed the title "npm install -g sc5-styleguide" error "npm install -g sc5-styleguide" error with node 0.11 Dec 23, 2014
@varya varya added the bug label Dec 23, 2014
@varya
Copy link
Contributor

varya commented Jan 16, 2015

Maybe this is a node bug. I asked them nodejs/node-v0.x-archive#9040

@cyberixae cyberixae modified the milestone: 0.3.8 Mar 19, 2015
@junaidrsd
Copy link
Contributor

As they replied nodejs/node-v0.x-archive#9040 the issue is with node-sass see sass/node-sass#550 and sass/node-sass#517.

I'm closing it but it can be reopened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants