Skip to content

Commit

Permalink
Merge pull request #111 from Wolox/troubleshooting-node-version
Browse files Browse the repository at this point in the history
Replace node 10.14.1 by 10.16.0 and fix ramatical error
  • Loading branch information
Edwin authored Jun 4, 2019
2 parents 4e5777b + 3346297 commit f09216a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ Use this command for get current default version
```bash
nvm alias default
```
Use this command for install specific node version (example with 10.14.1)
Use this command for install specific node version (example with 10.16.0)
```bash
nvm install 10.14.1
nvm install 10.16.0
```
Use this command for set node version as default
```bash
vm alias default 10.14.1
nvm alias default 10.16.0
```
Now try to commit.

0 comments on commit f09216a

Please sign in to comment.