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
Upon attempt: NodeJS nodeJS = NodeJS.createNodeJS();
I get:
Exception in thread "main" java.lang.UnsupportedOperationException: StartNodeJS Not Supported.
at com.eclipsesource.v8.V8._startNodeJS(Native Method)
at com.eclipsesource.v8.V8.createNodeRuntime(V8.java:1017)
at com.eclipsesource.v8.NodeJS.createNodeJS(NodeJS.java:101)
at com.eclipsesource.v8.NodeJS.createNodeJS(NodeJS.java:48)
at com.myc.builder.TestJ2v8.main(TestJ2v8.java:18)
git clone [email protected]:eclipsesource/J2V8.git
cd ./J2V8
# update nodejs version in ./build_system/build_settings.py to 8.2.1
python2 nodejs.py git clone
python2 build.py --target linux --arch x64 --node-enabled --docker all
Thanks in advance.
The text was updated successfully, but these errors were encountered:
SkyAlexV
changed the title
cant run nodejs
cant run nodejs "StartNodeJS Not Supported"
Sep 10, 2020
Hello.
I can not start node with version 6.2.0.
Operation system
Ubuntu 20.04
Upon attempt:
NodeJS nodeJS = NodeJS.createNodeJS();
I get:
Build:
using instruction from https://github.com/eclipsesource/J2V8/blob/master/BUILDING.md
Thanks in advance.
The text was updated successfully, but these errors were encountered: