Skip to content

Commit

Permalink
Merge pull request #308 from Maxim-Mazurok/patch-1
Browse files Browse the repository at this point in the history
Add --with-npm to readme
  • Loading branch information
ekalinin authored Jun 22, 2022
2 parents ab4f34f + a06b158 commit 4ec9e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Get available node.js versions::
Install node.js "0.4.3" without ssl support with 4 parallel commands
for compilation and npm.js "0.3.17"::

$ nodeenv --without-ssl --node=0.4.3 --npm=0.3.17 --jobs=4 env-4.3
$ nodeenv --without-ssl --node=0.4.3 --npm=0.3.17 --with-npm --jobs=4 env-4.3

Install node.js from the source::

Expand Down

0 comments on commit 4ec9e05

Please sign in to comment.