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

Enduro app throws error #289

Open
YuraKolesnikov opened this issue Aug 10, 2018 · 1 comment
Open

Enduro app throws error #289

YuraKolesnikov opened this issue Aug 10, 2018 · 1 comment

Comments

@YuraKolesnikov
Copy link

Does anyone know, why enduro wouldn't start up? Thanks

ymb:jrv_blog admin$ enduro dev
node[37461]: ../src/node_contextify.cc:637:static void node::contextify::ContextifyScript::New(const FunctionCallbackInfo<v8::Value> &): Assertion `args[1]->IsString()' failed.
 1: 0x1000376e3 node::Abort() [/usr/local/bin/node]
 2: 0x10003686f node::MakeCallback(v8::Isolate*, v8::Local<v8::Object>, char const*, int, v8::Local<v8::Value>*, node::async_context) [/usr/local/bin/node]
 3: 0x10005c892 node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value> const&) [/usr/local/bin/node]
 4: 0x1001f660c v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo*) [/usr/local/bin/node]
 5: 0x1001f5970 v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<true>(v8::internal::Isolate*, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::FunctionTemplateInfo>, v8::internal::Handle<v8::internal::Object>, v8::internal::BuiltinArguments) [/usr/local/bin/node]
 6: 0x1001f539a v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments, v8::internal::Isolate*) [/usr/local/bin/node]
 7: 0x30a0dbc841bd
Abort trap: 6
@leonio
Copy link

leonio commented Aug 14, 2018

Which version of Node is this happening on? It could be related to NodeJS v10 as it looks like others have reported a similar issue.

The suggestions are to run npm i natives or if this doesn't work, try downgrading to v8.11.3.

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