Skip to content

Commit b5c74cb

Browse files
committed
[FAB-5272] Fix npm version in readthedocs
Update prereq doc to reference a npm version that is compatible with Node SDK Change-Id: Ie5b09abd4f75ae76a80d17f1fcaac64d386c772f Signed-off-by: David Enyeart <[email protected]>
1 parent e50ca0c commit b5c74cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/prereqs.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ installed.
8585
- `Node.js <https://nodejs.org/en/download/>`__ - version 6.9.x or greater
8686

8787
.. note:: Installing Node.js will also install NPM, however it is recommended
88-
that you update the default version of NPM installed. You can upgrade
88+
that you confirm the version of NPM installed. You can upgrade
8989
the ``npm`` tool with the following command:
9090

9191
.. code:: bash
9292
93-
npm install npm@latest -g
93+
npm install npm@3.10.10 -g
9494
9595
Windows extras
9696
--------------

0 commit comments

Comments
 (0)