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
* Verify that you are using a compatible version of node between 6.10 - 10.99: run `node -v` for your node version info.
21
+
20
22
* Install from npmjs: run `npm i rclnodejs@<version>` to install a specific version.
21
23
22
24
* Install from GitHub: add `"rclnodejs":"RobotWebTools/rclnodejs#<branch>"` to your `package.json`.
@@ -36,9 +38,9 @@ Alternatively, you can build ROS 2.0 from scratch. Please select the platform yo
36
38
### Install `Node.js`
37
39
38
40
**Notice:**
39
-
`rclnodejs`use some new feature of ECMAScript 6, we recommend using the latest LTS Node.js. The lowest LTS Node.js we used to verify the unit tests is `6.10.0`. Your Node.js version should not be lower than this verion.
41
+
`rclnodejs`should only be used with node versions between 6.10 - 10.99. The lowest LTS Node.js we used to verify the unit tests is `6.10.0`. And there is a known issue installing rclnodejs with versions of node >= 11.0.
40
42
41
-
The `Node.js` version we selected is the latest LTS [`Carbon`](https://nodejs.org/download/release/latest-carbon/) (8.x). You can install it:
43
+
The `Node.js` version we selected is the LTS [`Carbon`](https://nodejs.org/download/release/latest-carbon/) (8.x). You can install it:
42
44
43
45
* Download from Node.js offical [website](https://nodejs.org/en/), and install it.
44
46
* Use the Node Version Manager ([nvm](https://github.com/creationix/nvm)) to install it.
@@ -178,6 +180,7 @@ Special thanks to the people who contribute.
0 commit comments