Update node version in gzweb_install tutorial #146
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey, the node version specified in the gzweb_install tutorial didn't work osrf/gzweb#217 osrf/gzweb#173 . I tested it on Ubuntu 18.04 amd64 with gazebo 9 and have updated the version.
v6.17.1 (npm v3.10.10): Build Error
v7.10.1 (npm v4.2.0): Build Error
v8.17.0 (npm v6.13.4): Build OK, Run OK
v9.11.2 (npm v5.6.0): Build OK, Run OK
v10.24.1 (npm v6.14.12): Build OK, Run OK [Deprecation Warnings]
v11.15.0 (npm v6.7.0): Build OK, Run OK [Deprecation Warnings]
v12.22.1 (npm v6.14.12): Build Error
The version 1.4.1 in the tutorial needs to have osrf/gzweb#205 applied so I kept it out of the list.