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

Fails to install on Node 6+ #3

Open
ggn06awu opened this issue Jun 10, 2017 · 0 comments
Open

Fails to install on Node 6+ #3

ggn06awu opened this issue Jun 10, 2017 · 0 comments

Comments

@ggn06awu
Copy link

ggn06awu commented Jun 10, 2017

The entire Vidi dashboard seems broken on modern versions of Node. Starting here, the very out of date toolbag@0.8.0 has a dependency of v8-profiler@5.6.0, this fails to install (well compile) on Node 6+. Errors begin in gyp as:

In file included from ../src/profiler.cc:2:0:
../../nan/nan.h: At global scope:
../../nan/nan.h:592:20: error: variable or field ‘AddGCEpilogueCallback’ declared void
v8::Isolate::GCEpilogueCallback callback
^
...

npm ERR! v8-profiler@5.6.0 install: node-pre-gyp install --fallback-to-build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the v8-profiler@5.6.0 install script 'node-pre-gyp install --fallback-to-build'.

Not sure if Nearform are still trying to keep this stack alive, but if so, we definitely need to upgrade toolbag here, and the React code on the vidi dashboard itself, as there's plenty of errors.

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