Skip to content

Commit

Permalink
Add --with-npm to readme
Browse files Browse the repository at this point in the history
This `python -m nodeenv env --node=18.1.0 --npm=7.15.1` doesn't install [email protected]
It will only work if we add `--with-npm`, so update docs example.
I think caused by this ekalinin@a92badc
  • Loading branch information
Maxim-Mazurok authored Jun 22, 2022
1 parent ab4f34f commit a06b158
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 a06b158

Please sign in to comment.