You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
The installation errors out when trying to run the node-gyp builds hooks. Exact error below. It tries to search for some V8::Handle which does not exist. The cause for this is most likely the forex.analytics module.
This happened when I upgraded from xy unstable to 4.1.4.
Source code / Error logs
npm ERR! gyp info using [email protected]
npm ERR! gyp info using [email protected] | linux | x64
npm ERR! gyp info spawn make
npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
npm ERR! In file included from ../src/../include/BinaryTreeFitness.h:3,
npm ERR! from ../src/BinaryTreeFitness.cpp:1:
npm ERR! ../src/../include/BinaryTreeChromosome.h:133:23: error: ‘v8::Handle’ has not been declared
npm ERR! 133 | void ToJs(v8::Handle<v8::Object>& input) const;
npm ERR! | ^~~~~~
npm ERR! ../src/../include/BinaryTreeChromosome.h:133:29: error: expected ‘,’ or ‘...’ before ‘<’ token
npm ERR! 133 | void ToJs(v8::Handle<v8::Object>& input) const;
npm ERR! | ^
npm ERR! make: *** [analytics.target.mk:135: Release/obj.target/analytics/src/BinaryTreeFitness.o] Error 1
npm ERR! gyp ERR! build error
npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
The text was updated successfully, but these errors were encountered:
System information
Describe the problem
The installation errors out when trying to run the node-gyp builds hooks. Exact error below. It tries to search for some V8::Handle which does not exist. The cause for this is most likely the forex.analytics module.
This happened when I upgraded from xy unstable to 4.1.4.
Source code / Error logs
The text was updated successfully, but these errors were encountered: