Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nvm #5

Closed
NourSammour opened this issue Jul 20, 2019 · 4 comments
Closed

Add nvm #5

NourSammour opened this issue Jul 20, 2019 · 4 comments

Comments

@NourSammour
Copy link
Owner

add .nvmrc file with this value 10.16.0

https://github.com/nvm-sh/nvm/blob/master/README.md#nvmrc

@dohamokdad
Copy link
Contributor

dohamokdad commented Jul 20, 2019

$ nvm use
$ nvm install
$ nvm exec
$ nvm run
$ nvm which

$ echo "10.16.0" > .nvmrc
$ echo "lts/*" > .nvmrc # to default to the latest LTS version
$ echo "node" > .nvmrc # to default to the latest version

$ nvm use

@NourSammour
Copy link
Owner Author

@dohamokdad
similar to this PR
just add .nvmrc file with this value v10.16.0
#6

1 file with 1 line

similar to this project
https://github.com/SimonKaya91/Weather-Server
this file
https://github.com/SimonKaya91/Weather-Server/blob/master/.nvmrc

@dohamokdad
Copy link
Contributor

dohamokdad commented Jul 20, 2019

$ echo "10.16.0" > .nvmrc #5

@dohamokdad dohamokdad mentioned this issue Jul 20, 2019
@NourSammour
Copy link
Owner Author

#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants