-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 8.3
-
Component/s: Developer documentation
-
Tags:
-
Sprint:nxProduct-8.4-2
In the JS client readme we currently say:
After installing Node.js, use npm to install the nuxeo package:
$ npm install nuxeo --saveor, for the latest 1.x.x version:
$ npm install nuxeo@1 --save
But using $ npm install nuxeo --save actually installs the last version published on npm, and it currently is the 1.x.
The documentation should be updated to always precise the version to be installed.