node-sass: Node 6: Failed at the node-sass@3.6.0 postinstall script 'node scripts/build.js'

Looks like there’s an issue with the newly released Node 6.0.0

npm ERR! Linux 3.13.0-40-generic
npm ERR! argv "/home/travis/.nvm/versions/node/v6.0.0/bin/node" "/home/travis/.nvm/versions/node/v6.0.0/bin/npm" "install"
npm ERR! node v6.0.0
npm ERR! npm  v3.8.6
npm ERR! code ELIFECYCLE
npm ERR! node-sass@3.6.0 postinstall: `node scripts/build.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the node-sass@3.6.0 postinstall script 'node scripts/build.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, 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 information on how to open an issue for this project with:
npm ERR!     npm bugs node-sass
npm ERR! Or if that isn't available, 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 ERR!     /home/travis/build/tleunen/react-mdl/npm-debug.log

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Reactions: 39
  • Comments: 58 (19 by maintainers)

Commits related to this issue

Most upvoted comments

node-sass@v3.7.0 has been released.

check out https://github.com/sass/node-sass/releases

npm rebuild node-sass fixed the issue here

Thanks you we appreciate the heads up. These threads tend to devolve quickly. We are now aware of the issue.

Once we have a fix it’ll take a about a day to do a new release we because we need to prebuild a lot of binaries.

We’ll hopefully have something by next week. On 27 Apr 2016 9:00 AM, “David Newman” notifications@github.com wrote:

@xzyfer https://github.com/xzyfer It was more of a heads up, at least in my case. Most people on the bleeding edge aren’t surprised by this sort of thing.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/sass/node-sass/issues/1484#issuecomment-214913401

I’m seeing lots of JS+C stack traces & warnings when running node-sass 3.6.0 on Node 6.0.0, things like:

(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.

and:

==== JS stack trace =========================================

Security context: 0x94aed3c9fa9 <JS Object>#0#
    1: .node [module.js:568] [pc=0x2a89f06a5f24] (this=0x293526aed149 <an Object with map 0x1a59b9d42e79>#1#,module=0x2ec8502340a1 <a Module with map 0x1a59b9d181b9>#2#,filename=0x2ec850234069 <String[99]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/vendor/darwin-x64-48/binding.node>)
    2: load [/Users/mgol/Documents/projects/wiekxix/git/node_modules/coffee-script/lib/coffee-script/register.js:45] [pc=0x2a89f04c0814] (this=0x2ec8502340a1 <a Module with map 0x1a59b9d181b9>#2#,filename=0x2ec850234069 <String[99]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/vendor/darwin-x64-48/binding.node>)
    3: tryModuleLoad(aka tryModuleLoad) [module.js:415] [pc=0x2a89f043899d] (this=0x94aed304189 <undefined>,module=0x2ec8502340a1 <a Module with map 0x1a59b9d181b9>#2#,filename=0x2ec850234069 <String[99]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/vendor/darwin-x64-48/binding.node>)
    4: _load [module.js:407] [pc=0x2a89f04345e2] (this=0x293526aed1c9 <JS Function Module (SharedFunctionInfo 0x293526a28709)>#3#,request=0x2ec850232a69 <String[99]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/vendor/darwin-x64-48/binding.node>,parent=0x2ec850216df9 <a Module with map 0x1a59b9d181b9>#4#,isMain=0x94aed304299 <false>)
    5: require [module.js:~463] [pc=0x2a89f050fb0b] (this=0x2ec850216df9 <a Module with map 0x1a59b9d181b9>#4#,path=0x2ec850232a69 <String[99]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/vendor/darwin-x64-48/binding.node>)
    6: require(aka require) [internal/module.js:20] [pc=0x2a89f0442166] (this=0x94aed304189 <undefined>,path=0x2ec850232a69 <String[99]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/vendor/darwin-x64-48/binding.node>)
    7: /* anonymous */ [/Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/lib/index.js:23] [pc=0x2a89f06a2721] (this=0x2ec850216e49 <an Object with map 0xbb0e7307b71>#5#,exports=0x2ec850216e49 <an Object with map 0xbb0e7307b71>#5#,require=0x2ec85021dd89 <JS Function require (SharedFunctionInfo 0x293526a58571)>#6#,module=0x2ec850216df9 <a Module with map 0x1a59b9d181b9>#4#,__filename=0x2ec850216dc1 <String[78]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/lib/index.js>,__dirname=0x2ec85021dd21 <String[69]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/lib>)
    8: _compile [module.js:541] [pc=0x2a89f0441944] (this=0x2ec850216df9 <a Module with map 0x1a59b9d181b9>#4#,content=0x2ec850217bc1 <Very long string[9855]>#7#,filename=0x2ec850216dc1 <String[78]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/lib/index.js>)
    9: .js [module.js:550] [pc=0x2a89f043a46b] (this=0x293526aed149 <an Object with map 0x1a59b9d42e79>#1#,module=0x2ec850216df9 <a Module with map 0x1a59b9d181b9>#4#,filename=0x2ec850216dc1 <String[78]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/lib/index.js>)
   10: load [/Users/mgol/Documents/projects/wiekxix/git/node_modules/coffee-script/lib/coffee-script/register.js:45] [pc=0x2a89f04c0814] (this=0x2ec850216df9 <a Module with map 0x1a59b9d181b9>#4#,filename=0x2ec850216dc1 <String[78]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/lib/index.js>)
   11: tryModuleLoad(aka tryModuleLoad) [module.js:415] [pc=0x2a89f043899d] (this=0x94aed304189 <undefined>,module=0x2ec850216df9 <a Module with map 0x1a59b9d181b9>#4#,filename=0x2ec850216dc1 <String[78]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/node-sass/lib/index.js>)
   12: _load [module.js:407] [pc=0x2a89f04345e2] (this=0x293526aed1c9 <JS Function Module (SharedFunctionInfo 0x293526a28709)>#3#,request=0x13f0d01784b1 <String[9]: node-sass>,parent=0x2ec8501ef031 <a Module with map 0x1a59b9d181b9>#8#,isMain=0x94aed304299 <false>)
   13: require [module.js:~463] [pc=0x2a89f050fb0b] (this=0x2ec8501ef031 <a Module with map 0x1a59b9d181b9>#8#,path=0x13f0d01784b1 <String[9]: node-sass>)
   14: require(aka require) [internal/module.js:20] [pc=0x2a89f0442166] (this=0x94aed304189 <undefined>,path=0x13f0d01784b1 <String[9]: node-sass>)
   15: /* anonymous */ [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js:5] [pc=0x2a89f06a0f3f] (this=0x2ec8501ef081 <an Object with map 0xbb0e7307b71>#9#,exports=0x2ec8501ef081 <an Object with map 0xbb0e7307b71>#9#,require=0x2ec8501f0999 <JS Function require (SharedFunctionInfo 0x293526a58571)>#10#,module=0x2ec8501ef031 <a Module with map 0x1a59b9d181b9>#8#,__filename=0x2ec8501eeff9 <String[80]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js>,__dirname=0x2ec8501f0931 <String[72]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks>)
   16: _compile [module.js:541] [pc=0x2a89f0441944] (this=0x2ec8501ef031 <a Module with map 0x1a59b9d181b9>#8#,content=0x2ec8501efdc1 <String[1023]\: 'use strict';\nvar path = require('path');\nvar eachAsync = require('each-async');\nvar assign = require('object-assign');\nvar sass = require('node-sass');\n\nmodule.exports = function (grunt) {\n\x09grunt.verbose.writeln('\\n' + sass.info + '\\n');\n\n\x09grunt.registerMultiTask('sass', 'Compile Sass to CSS', function () {\n\x09\x09eachAsync(this.files, function (el, i, next) {\n\x09\x09\x09var opts = this.options({\n\x09\x09\x09\x09precision: 10\n\x09\x09\x09});\n\n\x09\x09\x09var src = el.src[0];\n\n\x09\x09\x09if (!src || path.basename(src)[0] === '_') {\n\x09\x09\x09\x09next();\n\x09\x09\x09\x09return;\n\x09\x09\x09}\n\n\x09\x09\x09sass.render(assign({}, opts, {\n\x09\x09\x09\x09file: src,\n\x09\x09\x09\x09outFile: el.dest\n\x09\x09\x09}), function (err, res) {\n\x09\x09\x09\x09if (err) {\n\x09\x09\x09\x09\x09grunt.log.error(err.message + '\\n  ' + 'Line ' + err.line + '  Column ' + err.column + '  ' + path.relative(process.cwd(), err.file) + '\\n');\n\x09\x09\x09\x09\x09grunt.warn('');\n\x09\x09\x09\x09\x09next(err);\n\x09\x09\x09\x09\x09return;\n\x09\x09\x09\x09}\n\n\x09\x09\x09\x09grunt.file.write(el.dest, res.css);\n\n\x09\x09\x09\x09if (opts.sourceMap) {\n\x09\x09\x09\x09\x09grunt.file.write(this.options.sourceMap, res.map);\n\x09\x09\x09\x09}\n\n\x09\x09\x09\x09next();\n\x09\x09\x09});\n\x09\x09}.bind(this), this.async());\n\x09});\n};\n>,filename=0x2ec8501eeff9 <String[80]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js>)
   17: .js [module.js:550] [pc=0x2a89f043a46b] (this=0x293526aed149 <an Object with map 0x1a59b9d42e79>#1#,module=0x2ec8501ef031 <a Module with map 0x1a59b9d181b9>#8#,filename=0x2ec8501eeff9 <String[80]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js>)
   18: load [/Users/mgol/Documents/projects/wiekxix/git/node_modules/coffee-script/lib/coffee-script/register.js:45] [pc=0x2a89f04c0814] (this=0x2ec8501ef031 <a Module with map 0x1a59b9d181b9>#8#,filename=0x2ec8501eeff9 <String[80]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js>)
   19: tryModuleLoad(aka tryModuleLoad) [module.js:415] [pc=0x2a89f043899d] (this=0x94aed304189 <undefined>,module=0x2ec8501ef031 <a Module with map 0x1a59b9d181b9>#8#,filename=0x2ec8501eeff9 <String[80]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js>)
   20: _load [module.js:407] [pc=0x2a89f04345e2] (this=0x293526aed1c9 <JS Function Module (SharedFunctionInfo 0x293526a28709)>#3#,request=0x2ec8501ee0f1 <String[80]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js>,parent=0x13f0d0181461 <a Module with map 0x1a59b9d181b9>#11#,isMain=0x94aed304299 <false>)
   21: require [module.js:~463] [pc=0x2a89f050fb0b] (this=0x13f0d0181461 <a Module with map 0x1a59b9d181b9>#11#,path=0x2ec8501ee0f1 <String[80]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js>)
   22: require(aka require) [internal/module.js:20] [pc=0x2a89f0442166] (this=0x94aed304189 <undefined>,path=0x2ec8501ee0f1 <String[80]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js>)
   23: loadTask(aka loadTask) [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/grunt/task.js:316] [pc=0x2a89f05e9148] (this=0x94aed304189 <undefined>,filepath=0x2ec8501ed899 <String[80]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks/sass.js>)
   24: /* anonymous */(aka /* anonymous */) [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/grunt/task.js:354] [pc=0x2a89f06a0d07] (this=0x94aed304189 <undefined>,filename=0x214141180789 <String[7]: sass.js>)
   25: arguments adaptor frame: 3->1
   26: InnerArrayForEach(aka InnerArrayForEach) [native array.js:952] [pc=0x2a89f040c8f0] (this=0x94aed304189 <undefined>,br=0x2ec8501ed341 <JS Function (SharedFunctionInfo 0x21414117a141)>#12#,bs=0x94aed304189 <undefined>,w=0x2ec8501ed119 <JS Array[1]>#13#,x=1)
   27: forEach [native array.js:960] [pc=0x2a89f040c66d] (this=0x2ec8501ed119 <JS Array[1]>#13#,br=0x2ec8501ed341 <JS Function (SharedFunctionInfo 0x21414117a141)>#12#,bs=0x94aed304189 <undefined>)
   28: arguments adaptor frame: 1->2
   29: loadTasks(aka loadTasks) [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/grunt/task.js:353] [pc=0x2a89f0695a74] (this=0x94aed304189 <undefined>,tasksdir=0x2ec8501e55e9 <String[72]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks>)
   30: loadTasks [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/grunt/task.js:365] [pc=0x2a89f05c9f42] (this=0x13f0d01817a9 <an Object with map 0x1da050615c41>#14#,tasksdir=0x2ec8501e55e9 <String[72]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks>)
   31: loadPlugin [/Users/mgol/Documents/projects/wiekxix/git/node_modules/jit-grunt/lib/jit-grunt.js:103] [pc=0x2a89f0694a5e] (this=0x2ec8501cc0c9 <an Object with map 0x1da0506049f1>#15#,name=0x2ec8501e5001 <String[10]: grunt-sass>,path=0x2ec8501e55e9 <String[72]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-sass/tasks>,isFile=0x94aed304189 <undefined>)
   32: arguments adaptor frame: 2->3
   33: findPlugin [/Users/mgol/Documents/projects/wiekxix/git/node_modules/jit-grunt/lib/jit-grunt.js:80] [pc=0x2a89f0693944] (this=0x2ec8501cc0c9 <an Object with map 0x1da0506049f1>#15#,taskName=0x22e3a20ecd01 <String[4]: sass>)
   34: fn [/Users/mgol/Documents/projects/wiekxix/git/node_modules/jit-grunt/lib/jit-grunt.js:115] [pc=0x2a89f0692681] (this=0x2ec8501e3411 <an Object with map 0x1da050615be9>#16#)
   35: /* anonymous */ [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/util/task.js:294] [pc=0x2a89f0692451] (this=0x2ec8501e3411 <an Object with map 0x1da050615be9>#16#)
   36: runTaskFn [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/util/task.js:244] [pc=0x2a89f0691bb6] (this=0x13f0d01817a9 <an Object with map 0x1da050615c41>#14#,context=0x2ec8501e3411 <an Object with map 0x1da050615be9>#16#,fn=0x2ec8501e3459 <JS Function (SharedFunctionInfo 0x214141176d91)>#17#,done=0x2ec8501e3019 <JS BoundFunction bound  (BoundTargetFunction 0x2ec8501e2fb1)>#18#,asyncDone=0x94aed304231 <true>)
   37: /* anonymous */ [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/util/task.js:293] [pc=0x2a89f06918e3] (this=0x13f0d01817a9 <an Object with map 0x1da050615c41>#14#)
   38: start [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/util/task.js:302] [pc=0x2a89f0691325] (this=0x13f0d01817a9 <an Object with map 0x1da050615c41>#14#,opts=0x2ec8501e2f41 <an Object with map 0x1da0506159d9>#19#)
   39: tasks [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/grunt.js:155] [pc=0x2a89f05cc2f9] (this=0x194343e18b61 <an Object with map 0x1a59b9dd4659>#20#,tasks=0x13f0d0181789 <JS Array[1]>#21#,options=0x13f0d0181771 <an Object with map 0x1a59b9dd4659>#22#,done=0x94aed304189 <undefined>)
   40: cli [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/lib/grunt/cli.js:27] [pc=0x2a89f05cb496] (this=0x194343e18b61 <an Object with map 0x1a59b9dd4659>#20#,options=0x94aed304189 <undefined>,done=0x94aed304189 <undefined>)
   41: arguments adaptor frame: 0->2
   42: /* anonymous */ [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-cli/bin/grunt:44] [pc=0x2a89f0448575] (this=0x293526aed451 <an Object with map 0xbb0e7307b71>#23#,exports=0x293526aed451 <an Object with map 0xbb0e7307b71>#23#,require=0x293526aed2a1 <JS Function require (SharedFunctionInfo 0x293526a58571)>#24#,module=0x293526aed211 <a Module with map 0x1a59b9d181b9>#25#,__filename=0x293526aed3e9 <String[75]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-cli/bin/grunt>,__dirname=0x293526aed3c1 <String[69]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-cli/bin>)
   43: _compile [module.js:541] [pc=0x2a89f0441944] (this=0x293526aed211 <a Module with map 0x1a59b9d181b9>#25#,content=0x293526aed979 <Very long string[1139]>#26#,filename=0x293526aed3e9 <String[75]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-cli/bin/grunt>)
   44: .js [module.js:550] [pc=0x2a89f043a46b] (this=0x293526aed149 <an Object with map 0x1a59b9d42e79>#1#,module=0x293526aed211 <a Module with map 0x1a59b9d181b9>#25#,filename=0x293526aed3e9 <String[75]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-cli/bin/grunt>)
   45: /* anonymous */ [module.js:456] [pc=0x2a89f0438e72] (this=0x293526aed211 <a Module with map 0x1a59b9d181b9>#25#,filename=0x293526aed3e9 <String[75]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-cli/bin/grunt>)
   46: tryModuleLoad(aka tryModuleLoad) [module.js:415] [pc=0x2a89f043899d] (this=0x94aed304189 <undefined>,module=0x293526aed211 <a Module with map 0x1a59b9d181b9>#25#,filename=0x293526aed3e9 <String[75]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt-cli/bin/grunt>)
   47: _load [module.js:407] [pc=0x2a89f04345e2] (this=0x293526aed1c9 <JS Function Module (SharedFunctionInfo 0x293526a28709)>#3#,request=0x293526a57ff1 <String[19]: grunt-cli/bin/grunt>,parent=0x293526aede41 <a Module with map 0x1a59b9d181b9>#27#,isMain=0x94aed304299 <false>)
   48: require [module.js:~463] [pc=0x2a89f0442433] (this=0x293526aede41 <a Module with map 0x1a59b9d181b9>#27#,path=0x293526a57ff1 <String[19]: grunt-cli/bin/grunt>)
   49: require(aka require) [internal/module.js:20] [pc=0x2a89f0442166] (this=0x94aed304189 <undefined>,path=0x293526a57ff1 <String[19]: grunt-cli/bin/grunt>)
   50: /* anonymous */ [/Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/bin/grunt:3] [pc=0x2a89f0441c1b] (this=0x293526aedfe9 <an Object with map 0xbb0e7307b71>#28#,exports=0x293526aedfe9 <an Object with map 0xbb0e7307b71>#28#,require=0x293526aeded1 <JS Function require (SharedFunctionInfo 0x293526a58571)>#29#,module=0x293526aede41 <a Module with map 0x1a59b9d181b9>#27#,__filename=0x293526aedf89 <String[71]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/bin/grunt>,__dirname=0x293526aedf61 <String[65]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/bin>)
   51: _compile [module.js:541] [pc=0x2a89f0441944] (this=0x293526aede41 <a Module with map 0x1a59b9d181b9>#27#,content=0x293526aee0c1 <String[34]\: \n\nrequire('grunt-cli/bin/grunt');\n>,filename=0x293526aedf89 <String[71]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/bin/grunt>)
   52: .js [module.js:550] [pc=0x2a89f043a46b] (this=0x293526aed149 <an Object with map 0x1a59b9d42e79>#1#,module=0x293526aede41 <a Module with map 0x1a59b9d181b9>#27#,filename=0x293526aedf89 <String[71]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/bin/grunt>)
   53: /* anonymous */ [module.js:456] [pc=0x2a89f0438e72] (this=0x293526aede41 <a Module with map 0x1a59b9d181b9>#27#,filename=0x293526aedf89 <String[71]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/bin/grunt>)
   54: tryModuleLoad(aka tryModuleLoad) [module.js:415] [pc=0x2a89f043899d] (this=0x94aed304189 <undefined>,module=0x293526aede41 <a Module with map 0x1a59b9d181b9>#27#,filename=0x293526aedf89 <String[71]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/grunt/bin/grunt>)
   55: _load [module.js:407] [pc=0x2a89f04345e2] (this=0x293526aed1c9 <JS Function Module (SharedFunctionInfo 0x293526a28709)>#3#,request=0x293526aee139 <String[66]: /Users/mgol/Documents/projects/wiekxix/git/node_modules/.bin/grunt>,parent=0x94aed304101 <null>,isMain=0x94aed304231 <true>)
   56: runMain [module.js:575] [pc=0x2a89f04340aa] (this=0x293526aed1c9 <JS Function Module (SharedFunctionInfo 0x293526a28709)>#3#)
   57: startup(aka startup) [node.js:159] [pc=0x2a89f034085e] (this=0x94aed304189 <undefined>)
   58: /* anonymous */(aka /* anonymous */) [node.js:444] [pc=0x2a89f033e4f2] (this=0x94aed304101 <null>,process=0x94aed3e5b79 <a process with map 0xbb0e7311469>#30#)
=====================


==== C stack trace ===============================

 1: v8::Template::Set(v8::Local<v8::Name>, v8::Local<v8::Data>, v8::PropertyAttribute)
 2: SassTypes::Number::initPrototype(v8::Local<v8::FunctionTemplate>)
 3: SassTypes::SassValueWrapper<SassTypes::Number>::get_constructor_template()
 4: SassTypes::SassValueWrapper<SassTypes::Number>::get_constructor()
 5: SassTypes::Factory::initExports(v8::Local<v8::Object>)
 6: RegisterModule(v8::Local<v8::Object>)
 7: node::DLOpen(v8::FunctionCallbackInfo<v8::Value> const&)
 8: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&))
 9: v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>)
10: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*)
11: 0x2a89f030961b
(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.

@owndann I fixed use "npm rebuild node-sass "

@tleunen we’ll keep this open until we release v3.7.0 with proper Node.js 6 support.

Same issue as @ralekna. node v6.0 and OS X El Capitan x64:

issue

Why is this closed?

I still get the Error: Node Sass does not yet support your current environment: Windows 64-bit with false error

node5.3 same as …

`> node scripts/install.js

Cannot download “https://github.com/sass/node-sass/releases/download/v3.6.0/win32-x64-48_binding.node”:` it is 404

failing on ubuntu sh: 1: node: not found npm ERR! Linux 4.4.0-31-generic npm ERR! argv “/usr/bin/nodejs” “/usr/bin/npm” “install” “node-sass” npm ERR! node v4.2.6 npm ERR! npm v3.5.2 npm ERR! file sh npm ERR! code ELIFECYCLE npm ERR! errno ENOENT npm ERR! syscall spawn

npm ERR! node-sass@3.8.0 install: node scripts/install.js npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the node-sass@3.8.0 install script ‘node scripts/install.js’. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, 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/install.js npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs node-sass npm ERR! Or if that isn’t available, 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 ERR! /root/Desktop/PokemonGo-Map/npm-debug.log

@Yimiprod fixed in v3.7.0

For the node brew install node also installs Node 6

No worries @xzyfer It was purely informtive to let you guys know there’s an issue in Node 6. I’m not expecting this to be resolved in the hour 😉

Same as @mgol on Arch Linux with Node 6.0.0 and npm 3.8.7

Please read the documentation on how to file a bug. Saying “it doesn’t work” and screenshot don’t give us any information to help you.

On 6 Aug 2016 5:11 AM, “Alexander Harding” notifications@github.com wrote:

I’m having issues with 3.8.0, I think. Ubuntu, Node 6.3.1

[image: image] https://cloud.githubusercontent.com/assets/2166114/17447849/8e7f17c2-5b16-11e6-81a6-899a462de89a.png

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/sass/node-sass/issues/1484#issuecomment-237937823, or mute the thread https://github.com/notifications/unsubscribe-auth/AAjZWGzIUuiWEhu4aFNwPu5D4h45ggKtks5qc4r7gaJpZM4IQV4Q .

I’m having issues with 3.8.0, I think. Ubuntu, Node 6.3.1

image

Confirmed, thanks for the hard work.

image

I ran into this same error and came here to refute the “bleeding edge” claim because nvm is now installing Node 6 when using the stable keyword, but it turns out that that keyword is deprecated and now simply returns the latest (and apparently bleeding edge un-stable) version of Node.

So if others are getting all this because you’re using nvm install stable; nvm use stable, you may wish to update it to point to a specific version (e.g. nvm install v5; nvm use v5, which will get you the latest v5 dot release) or at least update it to nvm install node; nvm use node to make it more clear that you’re not necessarily getting a stable build.