Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit f75046e

Browse files
authored
[FEAT] add .nvmrc file (#1)
1 parent 5b30757 commit f75046e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

frontend/.nvmrc

20 Bytes
Binary file not shown.

frontend/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ You will need [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/) t
3030
command -v nvm
3131
```
3232
4. If you run into problems, you can check the [complete documentation](https://github.com/nvm-sh/nvm#installing-and-updating).
33-
* `Node.js` and `npm`: Use `nvm` to install, and use, the current latest stable version of `Node.js` and `npm` by running:
33+
* `Node.js` and `npm`: Use `nvm` to install, and use, the version of `Node.js` and `npm` defined in the `.nvmrc` file:
3434
```sh
35-
nvm install --lts
35+
nvm use
36+
```
37+
```sh
38+
nvm install
3639
```
3740
Verify it worked by running:
3841
```sh

0 commit comments

Comments
 (0)