Skip to content

Commit

Permalink
[FAB-8204] Update Node.js and npm versions
Browse files Browse the repository at this point in the history
For v1.1, only Node.js 8.9.x (LTS release)
is currently tested and supported.

Change-Id: I3a347349dfbe62647239162a258c0e176a4a383d
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed Feb 11, 2018
1 parent cfdd217 commit 7b3e871
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/prereqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,20 @@ Node.js Runtime and NPM
-----------------------

If you will be developing applications for Hyperledger Fabric leveraging the
Hyperledger Fabric SDK for Node.js, you will need to have version 6.9.x of Node.js
Hyperledger Fabric SDK for Node.js, you will need to have version 8.9.x of Node.js
installed.

.. note:: Node.js version 7.x is not supported at this time.
.. note:: Node.js version 9.x is not supported at this time.

- `Node.js <https://nodejs.org/en/download/>`__ - version 6.9.x or greater
- `Node.js <https://nodejs.org/en/download/>`__ - version 8.9.x or greater

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

.. code:: bash
npm install npm@3.10.10 -g
npm install npm@5.6.0 -g
Python
^^^^^^
Expand Down

0 comments on commit 7b3e871

Please sign in to comment.