Remove duplicate `npm install`

This commit is contained in:
3wc 2021-06-03 15:46:50 +02:00
parent d2f9470ca4
commit 495db314e4
1 changed files with 1 additions and 7 deletions

View File

@ -157,13 +157,7 @@ Then, add the following as `config.json` in your hubl folder.
}
```
Then install Node dependencies:
```
npm install
```
and launch the server with:
Then launch the server with:
```
npm run watch