Skip to content

Commit

Permalink
[FAB-5272] Fix npm version in readthedocs
Browse files Browse the repository at this point in the history
Update prereq doc to reference a npm
version that is compatible with Node SDK

Change-Id: Ie5b09abd4f75ae76a80d17f1fcaac64d386c772f
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Jul 11, 2017
1 parent e50ca0c commit b5c74cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/prereqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ installed.
- `Node.js <https://nodejs.org/en/download/>`__ - version 6.9.x or greater

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

.. code:: bash
npm install npm@latest -g
npm install npm@3.10.10 -g
Windows extras
--------------
Expand Down

0 comments on commit b5c74cb

Please sign in to comment.