Upgrade packages and Node versions. (#989)

* Upgrade to Node 16

* Upgrade packages and Node versions.
This commit is contained in:
Oleksii Trekhleb
2023-01-30 08:19:38 +01:00
committed by GitHub
parent 1d6249d552
commit bcd1cc1b00
7 changed files with 11923 additions and 2432 deletions

View File

@@ -287,7 +287,7 @@ rm -rf ./node_modules
npm i
```
Also make sure that you're using a correct Node version (`>=14.16.0`). If you're using [nvm](https://github.com/nvm-sh/nvm) for Node version management you may run `nvm use` from the root folder of the project and the correct version will be picked up.
Also make sure that you're using a correct Node version (`>=16`). If you're using [nvm](https://github.com/nvm-sh/nvm) for Node version management you may run `nvm use` from the root folder of the project and the correct version will be picked up.
**Playground**