-
Notifications
You must be signed in to change notification settings - Fork 4
Fatal error in ../deps/v8/src/handles.h, line 48 #4
Description
Hi,
I am trying to convert my Evernote notes and I get this error:
Fatal error in ../deps/v8/src/handles.h, line 48
CHECK(location_ != NULL) failed
==== C stack trace ===============================
1: V8_Fatal
2: v8::String::NewFromUtf8(v8::Isolate_, char const_, v8::String::NewStringType, int)
3: node::StringBytes::Encode(v8::Isolate_, char const_, unsigned long, node::encoding)
4: void node::Buffer::StringSlice<(node::encoding)1>(v8::FunctionCallbackInfov8::Value const&)
5: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfov8::Value const&))
6: ??
7: ??
Illegal instruction
could you please help me? What am I doing wrong?
after successful install also the test were OK.
npm test
enml2md@0.1.0 test /home/user/tmp/enml2md
grunt testLocal Npm module "grunt-cli" not found. Is it installed?
Running "clean:lib" (clean) task
Cleaning lib...OK
Running "clean:test" (clean) task
.....
//// SNIP ////
.....
26 passing (124ms)
Done, without errors.