neb.js
neb.js copied to clipboard
The gulp incompatible node v10.0.0
Environment:
neb.js git:(master) ✗ node -v v10.0.0
gulp run abort:
gulp gulp[84896]: ../src/node_contextify.cc:631:static void node::contextify::ContextifyScript::New(const FunctionCallbackInfo<v8::Value> &): Assertion
args[1]->IsString()' failed.
1: node::Abort() [/usr/local/bin/node]
2: node::Assert(char const* const () [4]) [/usr/local/bin/node]
3: node::contextify::ContextifyScript::New(v8::FunctionCallbackInfov8::Value const&) [/usr/local/bin/node]
4: v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [/usr/local/bin/node]
5: v8::internal::MaybeHandlev8::internal::Object v8::internal::(anonymous namespace)::HandleApiCallHelper
Maybe official release final dist js for us ,so we don't need to build it ourself.
Hello @act262 , Thanks for your information, we are looking into the issue, stay tuned :)
Hello @act262 , Discussed with team members that dist js might not be suitable to be included in the project for the reason that it could change quite often between different commits.
You could publish a separate npm package containing just the build code, then users could just npm install and use that directly
just switch to node 8 and gulp
would work
( I use n
command switch to node version 8)