-
Notifications
You must be signed in to change notification settings - Fork 59
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
Explicitly specify which Node versions are supported in the tutorial #173
Comments
Original comment by Anas Abouallaban (Bitbucket: Anas Abouallaban). Forgot to put my system info: OS: Ubuntu 18.04 |
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina). You're talking about this tutorial, right? Thanks for the note. The tutorial has an |
Original comment by Yifeng Ni (Bitbucket: Yifeng Ni). i think the node v12.6.2 also have the similar mistakes on building . ../GZNode.cc: At global scope: |
Original comment by Yifeng Ni (Bitbucket: Yifeng Ni). here the problem i meet now , i can build the project use node version 8.x and 6.x but after building , when i run the gzweb using npm start , the problem comes out such that the NODE_MODULE_VERSION 48. This version of Node.js requires comes out , when i go back to check the node_module version of every node package, only the node v12.x has the version 72 , however, the module can’t compile using that version which seems the problem is unsolvable for me. my system info: ros Kinetic ubuntu 16.04 gazebo v10 |
Ubuntu 20.04 Focal / ROS2 Foxy / Gazebo 11 builds specifically gzweb 1.3.0 |
Original report (archived issue) by Anonymous.
The tutorial states that it supports "NodeJS version 4 or higher."
This isn't accurate since I was unable to build gzweb for node v12.16.1 (LTS).
I would get an error stating that "
v8::Handle
is not defined".The text was updated successfully, but these errors were encountered: