Skip to content

Commit

Permalink
[FEAT] add .nvmrc file (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
assynour authored Feb 3, 2023
1 parent 5b30757 commit f75046e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Binary file added frontend/.nvmrc
Binary file not shown.
7 changes: 5 additions & 2 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ You will need [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) t
command -v nvm
```
4. If you run into problems, you can check the [complete documentation](https://github.com/nvm-sh/nvm#installing-and-updating).
* `Node.js` and `npm`: Use `nvm` to install, and use, the current latest stable version of `Node.js` and `npm` by running:
* `Node.js` and `npm`: Use `nvm` to install, and use, the version of `Node.js` and `npm` defined in the `.nvmrc` file:
```sh
nvm install --lts
nvm use
```
```sh
nvm install
```
Verify it worked by running:
```sh
Expand Down

0 comments on commit f75046e

Please sign in to comment.