[readme] missing parenthesis
parent
414e8d426f
commit
8a83b36688
|
@ -389,7 +389,7 @@ or, you can at any time run the following command to get the latest supported np
|
||||||
nvm install-latest-npm
|
nvm install-latest-npm
|
||||||
```
|
```
|
||||||
|
|
||||||
If you've already gotten an error to the effect of "npm does not support Node.js", you'll need to (1) revert to a previous node version (`nvm ls` & `nvm use <your latest _working_ version from the ls>`, (2) delete the newly created node version (`nvm uninstall <your _broken_ version of node from the ls>`), then (3) rerun your `nvm install` with the `--latest-npm` flag.
|
If you've already gotten an error to the effect of "npm does not support Node.js", you'll need to (1) revert to a previous node version (`nvm ls` & `nvm use <your latest _working_ version from the ls>`), (2) delete the newly created node version (`nvm uninstall <your _broken_ version of node from the ls>`), then (3) rerun your `nvm install` with the `--latest-npm` flag.
|
||||||
|
|
||||||
|
|
||||||
### Default Global Packages From File While Installing
|
### Default Global Packages From File While Installing
|
||||||
|
|
Loading…
Reference in New Issue