Skip to content

Commit 1d8c49e

Browse files
committed
Add lowest Node.js version requirement
The lowest Node.js that can pass the unit tests is 6.10.0. Add this requirement explicitly in README to avoid kinds of errors.
1 parent 24e7f92 commit 1d8c49e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Alternatively, you can download the latest binary package of ROS2 from [here](ht
2828
* [Windows](https://github.com/ros2/ros2/wiki/Windows-Install-Binary)
2929

3030
### Install `Node.js`
31+
**Notice:**
32+
`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.
3133

3234
The `Node.js` version we selected is the latest LTS [`Carbon`](https://nodejs.org/download/release/latest-carbon/) (8.x). You can install it:
3335

0 commit comments

Comments
 (0)