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 test produces node-sass error on node 0.11.11 #259

Closed
zeke opened this issue Feb 24, 2014 · 2 comments
Closed

npm test produces node-sass error on node 0.11.11 #259

zeke opened this issue Feb 24, 2014 · 2 comments

Comments

@zeke
Copy link
Contributor

zeke commented Feb 24, 2014

$ node -v    
v0.11.11

~/code/forks/harp master
$ npm -v 
1.3.25

~/code/forks/harp master
$ npm test

> harp@0.11.2 test /Users/zeke/code/forks/harp
> mocha --reporter spec


/Users/zeke/code/forks/harp/node_modules/terraform/node_modules/node-sass/sass.js:18
    throw new Error('`'+ modPath + '.node` is missing. Try reinstalling `node-
          ^
Error: `/Users/zeke/code/forks/harp/node_modules/terraform/node_modules/node-sass/bin/darwin-x64-v8-3.22/binding.node` is missing. Try reinstalling `node-sass`?
    at Object.<anonymous> (/Users/zeke/code/forks/harp/node_modules/terraform/node_modules/node-sass/sass.js:18:11)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:349:32)
    at Function.Module._load (module.js:305:12)
    at Module.require (module.js:357:17)
    at require (module.js:373:17)
    at Object.<anonymous> (/Users/zeke/code/forks/harp/node_modules/terraform/lib/stylesheet/processors/scss.js:1:74)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:349:32)
    at Function.Module._load (module.js:305:12)
    at Module.require (module.js:357:17)
    at require (module.js:373:17)
    at /Users/zeke/code/forks/harp/node_modules/terraform/lib/stylesheet/index.js:19:28
    at Array.forEach (native)
    at Object.<anonymous> (/Users/zeke/code/forks/harp/node_modules/terraform/lib/stylesheet/index.js:18:27)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:349:32)
    at Function.Module._load (module.js:305:12)
    at Module.require (module.js:357:17)
    at require (module.js:373:17)
    at Object.<anonymous> (/Users/zeke/code/forks/harp/node_modules/terraform/lib/terraform.js:3:19)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:349:32)
    at Function.Module._load (module.js:305:12)
    at Module.require (module.js:357:17)
    at require (module.js:373:17)
    at Object.<anonymous> (/Users/zeke/code/forks/harp/lib/index.js:8:19)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:349:32)
    at Function.Module._load (module.js:305:12)
    at Module.require (module.js:357:17)
    at require (module.js:373:17)
    at Object.<anonymous> (/Users/zeke/code/forks/harp/test/auth.js:4:15)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:349:32)
    at Function.Module._load (module.js:305:12)
    at Module.require (module.js:357:17)
    at require (module.js:373:17)
    at /Users/zeke/code/forks/harp/node_modules/mocha/lib/mocha.js:152:27
    at Array.forEach (native)
    at Mocha.loadFiles (/Users/zeke/code/forks/harp/node_modules/mocha/lib/mocha.js:149:14)
    at Mocha.run (/Users/zeke/code/forks/harp/node_modules/mocha/lib/mocha.js:305:31)
    at Object.<anonymous> (/Users/zeke/code/forks/harp/node_modules/mocha/bin/_mocha:327:7)
    at Module._compile (module.js:449:26)
    at Object.Module._extensions..js (module.js:467:10)
    at Module.load (module.js:349:32)
    at Function.Module._load (module.js:305:12)
    at Function.Module.runMain (module.js:490:10)
    at startup (node.js:123:16)
    at node.js:1128:3
npm ERR! Test failed.  See above for more details.
npm ERR! not ok code 0
@kennethormandy
Copy link
Collaborator

Node-sass doesn’t support Node 0.11.x yet, but I think they might in the next release. I don’t think we’ve really committed to this yet either, although honestly I don’t know what’s considered standard or best practice for that.

@zeke
Copy link
Contributor Author

zeke commented Feb 24, 2014

Gotcha. Feel free to close if you want.

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

No branches or pull requests

2 participants