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

cannot convert from 'v8::Local<v8::Value>' to 'const v8::String::Utf8Value' #105

Open
jackieron opened this issue Nov 21, 2018 · 0 comments

Comments

@jackieron
Copy link

hello
i build with nw-gyp
there is an error and i need you help how to fix this bug :
C:\Users\Jackieron.nw-gyp\0.34.0\deps\v8\include\v8.h(2570): note: see declaration of 'v8::Value::Uint32Value'
..\src\binding.cc(360): error C2664: 'v8::String::Utf8Value::Utf8Value(const v8::String::Utf8Value &)': cannot convert
argument 1 from 'v8::Localv8::Value' to 'const v8::String::Utf8Value &' [D:\com\node_modules\ref\build\binding.vcxpro
j]
..\src\binding.cc(360): note: Reason: cannot convert from 'v8::Localv8::Value' to 'const v8::String::Utf8Value'
..\src\binding.cc(360): note: No user-defined-conversion operator available that can perform this conversion, or the
operator cannot be called
..\src\binding.cc(447): error C2664: 'v8::String::Utf8Value::Utf8Value(const v8::String::Utf8Value &)': cannot convert
argument 1 from 'v8::Localv8::Value' to 'const v8::String::Utf8Value &' [D:\com\node_modules\ref\build\binding.vcxpro
j]

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

1 participant