mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-09 15:45:01 -04:00
chore: use volta to manage node and npm versions
This commit is contained in:
parent
3cfc5f8bc2
commit
d600b40b0d
2 changed files with 7 additions and 3 deletions
|
@ -14,12 +14,12 @@ You have an idea of a tool? Submit a [feature request](https://github.com/Corent
|
|||
|
||||
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).
|
||||
|
||||
### Node version
|
||||
### Node & NPM versions
|
||||
|
||||
Ensure you have the correct node/npm version
|
||||
Volta manages node and npm versions automatically in this project.
|
||||
|
||||
```sh
|
||||
nvm use
|
||||
curl https://get.volta.sh | bash
|
||||
```
|
||||
|
||||
### Project Setup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue