You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2021. It is now read-only.
_Make sure you have [curl](https://curl.haxx.se/) installed_
@@ -196,18 +196,18 @@ _Make sure you have [curl](https://curl.haxx.se/) installed_
196
196
It comes with an [installer](https://github.com/coreybutler/nvm-windows#installation--upgrades).
197
197
198
198
```bash
199
-
Install particular version
199
+
#Install particular version
200
200
nvm install 8.9.1
201
201
202
-
Use installed version
202
+
#Use installed version
203
203
nvm use 8.9.1
204
204
```
205
205
206
206
Still facing problem this [article](https://medium.com/appseed-io/how-to-run-multiple-versions-of-node-js-with-nvm-for-windows-ffbe5c7a2b47) from [@skounis](https://twitter.com/skounis) explain in details.
0 commit comments