-
Notifications
You must be signed in to change notification settings - Fork 131
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
Node v6.0.0 support? #39
Comments
This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its dupuyyann@gmail.com ------- This is a copy of the message, including all the headers. ------ Content preview: Hi @pheuter, thanks for this great boilerplate! Have you tested Content analysis details: (-0.1 points, 5.0 required) pts rule name description 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. ----==_mimepart_5722691aa2f1b_6d463fc4bd06f2b81172b1 Hi @pheuter, thanks for this great boilerplate! Have you tested support for v6.0.0 on the v0.5.0 branch? I'm noticing better npm install speeds (a clean install went from 3m45s to 2m2s in real time when comparing node v5.7.1 vs v6.0.0) but am running into the following error with Node v6.0.0 and npm 3.8.6: npm run server
> essential-react@0.5.0 server /wrk/essential-react-node6
> node start.js
Essential React listening at http://:::8080
Container#eachAtRule is deprecated. Use Container#walkAtRules instead.
Container#eachRule is deprecated. Use Container#walkRules instead.
Container#eachDecl is deprecated. Use Container#walkDecls instead.
Node#before is deprecated. Use Node#raws.before
Node#removeSelf is deprecated. Use Node#remove.
(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.
==== JS stack trace =========================================
Security context: 0x11f505dc9fa9 <JS Object>#0#
1: .node [module.js:568] [pc=0x2316ffd24064] (this=0x12e9cee0a999 <an Object with map 0x18348d491841>#1#,module=0x3893efda2921 <a Module with map 0x18348d4181b9>#2#,filename=0x3893efda28f9 <String[97]: /wrk/essential-react-node6/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node>)
2: load [module.js:~447] [pc=0x2316ff4e79d6] (this=0x3893efda2921 <a Module with map 0x18348d4181b9>#2#,filename=0x3893efda28f9 <String[97]: /wrk/essential-react-node6/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node>)
3: tryModuleLoad(aka tryModuleLoad) [module.js:415] [pc=0x2316ff33899d] (this=0x11f505d04189 <undefined>,module=0x3893efda2921 <a Module with map 0x18348d4181b9>#2#,filename=0x3893efda28f9 <String[97]: /wrk/essential-react-node6/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node>)
4: _load [module.js:~381] [pc=0x2316ff92298b=0x11f505de99f1 <JS Global Object>#37#,err=0x11f505d04101 <null>)
165: /* anonymous */ [/wrk/essential-react-node6/node_modules/async/lib/async.js:52] [pc=0x2316ff6bf525] (this=0x11f505de99f1 <JS Global Object>#37#)
166: arguments adaptor frame: 1->0
167: done [/wrk/essential-react-node6/node_modules/async/lib/async.js:~238] [pc=0x2316ff452da4] (this=0x11f505de99f1 <JS Global Object>#37#,err=0x11f505d04189 <undefined>)
168: arguments adaptor frame: 0->1
169: /* anonymous */ [/wrk/essential-react-node6/node_modules/async/lib/async.js:44] [pc=0x2316ff66f0d4] (this=0x11f505de99f1 <JS Global Object>#37#)
170: /* anonymous */ [/wrk/essential-react-node6/node_modules/webpack/lib/Compilation.js:332] [pc=0x2316ff85c261] (this=0x11f505de99f1 <JS Global Object>#37#,err=0x11f505d04101 <null>)
171: /* anonymous */ [/wrk/essential-react-node6/node_modules/async/lib/async.js:52] [pc=0x2316ff6bf525] (this=0x11f505de99f1 <JS Global Object>#37#)
172: arguments adaptor frame: 1->0
173: done [/wrk/ess
==== C stack trace ===============================
1: v8::Template::Set(v8::Local<v8::Name>, v8::Local<v8::Data>, v8::PropertyAttribute)
2: fse::FSEvents::Initialize(v8::Local<v8::Object>)
3: node::DLOpen(v8::FunctionCallbackInfo<v8::Value> const&)
4: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&))
5: v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::(anonymous namespace)::BuiltinArguments<(v8::internal::BuiltinExtraArguments)1>)
6: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*)
7: 0x2316ff20961b
(node) v8::ObjectTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.
==== JS stack trace =========================================
Security context: 0x11f505dc9fa9 <JS Object>#0#
1: .node [module.js:568] [pc=0x2316ffd24064] (this=0x12e9cee0a999 <an Object with map 0x18348d491841>#1#,module=0x3893efda2921 <a Module with map 0x18348d4181b9>#2#,filename=0x3893efda28f9 <String[97]: /wrk/essential-react-node6/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node>)
2: load [module.js:~447] [pc=0x2316ff4e79d6] (this=0x3893efda2921 <a Module with map 0x18348d4181b9>#2#,filename=0x3893efda28f9 <String[97]: /wrk/essential-react-node6/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node>)
3: tryModuleLoad(aka tryModuleLoad) [module.js:415] [pc=0x2316ff33899d] (this=0x11f505d04189 <undefined>,module=0x3893efda2921 <a Module with map 0x18348d4181b9>#2#,filename=0x3893efda28f9 <String[97]: /wrk/essential-react-node6/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node>)
4: _load [module.js:~381] [pc=0x2316ff92298b
==== C stack trace ===============================
1: v8::Template::Set(v8::Local<v8::Name>, v8::Local<v |
Hi @pheuter, thanks for this great boilerplate! Have you tested support for v6.0.0 on the v0.5.0 branch? I'm noticing better npm install speeds (a clean install went from 3m45s to 2m2s in real time when comparing node v5.7.1 vs v6.0.0) but am running into the following error with Node v6.0.0 and npm 3.8.6:
The text was updated successfully, but these errors were encountered: