Enduro
Enduro copied to clipboard
Enduro app throws error
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
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.