Skip to content

Commit 45d908d

Browse files
author
Minggang Wang
authored
Merge pull request #262 from qiuzhong/node-version
Add lowest Node.js version requirement
2 parents 24e7f92 + 1d8c49e commit 45d908d

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)