[GH-ISSUE #200] error install ubuntu bionic #166

Closed
opened 2026-02-26 05:31:30 +03:00 by kerem · 4 comments
Owner

Originally created by @lucabecchetti on GitHub (Aug 8, 2018).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/200

make: Entering directory '/usr/local/lib/node_modules/log.io/node_modules/contextify/build'
CXX(target) Release/obj.target/contextify/src/contextify.o
../src/contextify.cc: In static member function ‘static v8::Localv8::Context ContextWrap::createV8Context(v8::Localv8::Object)’:
../src/contextify.cc:131:68: warning: ‘v8::Localv8::Object v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations]
Local

Originally created by @lucabecchetti on GitHub (Aug 8, 2018). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/200 make: Entering directory '/usr/local/lib/node_modules/log.io/node_modules/contextify/build' CXX(target) Release/obj.target/contextify/src/contextify.o ../src/contextify.cc: In static member function ‘static v8::Local<v8::Context> ContextWrap::createV8Context(v8::Local<v8::Object>)’: ../src/contextify.cc:131:68: warning: ‘v8::Local<v8::Object> v8::Function::NewInstance() const’ is deprecated: Use maybe version [-Wdeprecated-declarations] Local<Object> wrapper = Nan::New(constructor)->NewInstance(); ^ In file included from /home/becchettiluca/.node-gyp/8.10.0/include/node/v8.h:26:0, from /home/becchettiluca/.node-gyp/8.10.0/include/node/node.h:63, from ../src/contextify.cc:1: /home/becchettiluca/.node-gyp/8.10.0/include/node/v8.h:3851:52: note: declared here V8_DEPRECATED("Use maybe version", Local<Object> NewInstance() const); ^ /home/becchettiluca/.node-gyp/8.10.0/include/node/v8config.h:318:3: note: in definition of macro ‘V8_DEPRECATED’ declarator __attribute__((deprecated(message))) ^~~~~~~~~~ ../src/contextify.cc:150:16: error: ‘class v8::ObjectTemplate’ has no member named ‘SetAccessCheckCallbacks’; did you mean ‘SetAccessCheckCallback’? otmpl->SetAccessCheckCallbacks(GlobalPropertyNamedAccessCheck, ^~~~~~~~~~~~~~~~~~~~~~~ SetAccessCheckCallback
kerem closed this issue 2026-02-26 05:31:30 +03:00
Author
Owner

@maxlein commented on GitHub (Oct 2, 2018):

Same for me....

<!-- gh-comment-id:426223171 --> @maxlein commented on GitHub (Oct 2, 2018): Same for me....
Author
Owner

@jnovack commented on GitHub (Oct 5, 2018):

This does not work with Node v8. This project was last alive in 2014. You are advised to seek an alternate project.

<!-- gh-comment-id:427367265 --> @jnovack commented on GitHub (Oct 5, 2018): This does not work with Node v8. This project was last alive in 2014. You are advised to seek an alternate project.
Author
Owner

@ghost commented on GitHub (Dec 7, 2018):

I'm using node v10. Too sad

<!-- gh-comment-id:445106712 --> @ghost commented on GitHub (Dec 7, 2018): I'm using node v10. Too sad
Author
Owner

@msmathers commented on GitHub (Jan 10, 2020):

v0.4.3 uses node 12, so that should address most OS compatibility issues.

<!-- gh-comment-id:573154155 --> @msmathers commented on GitHub (Jan 10, 2020): v0.4.3 uses node 12, so that should address most OS compatibility issues.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#166
No description provided.