You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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:3npm ERR! Test failed. See above for more details.npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: