mirror of https://github.com/snachodog/mybuddy.git
Upgrade to Node 16.x
This commit is contained in:
parent
d8e03dbf92
commit
6fed1b80f3
|
@ -8,7 +8,7 @@ information and steps below to set up a local development environment for Baby B
|
|||
## Requirements
|
||||
|
||||
- Python 3.6+, pip, pipenv
|
||||
- NVM (NodeJS 14.x and NPM 7.x)
|
||||
- NodeJS 16.x and NPM 8.x (NVM recommended)
|
||||
- Gulp
|
||||
- Possibly `libpq-dev`
|
||||
- This is necessary if `psycopg2` can't find an appropriate prebuilt binary.
|
||||
|
@ -25,13 +25,13 @@ information and steps below to set up a local development environment for Baby B
|
|||
|
||||
If this fails, install `libpq-dev` (e.g. `sudo apt install libpq-dev`) and try again.
|
||||
|
||||
1. Installed Node 14.x (if necessary)
|
||||
1. Installed Node 16.x (if necessary)
|
||||
|
||||
```shell
|
||||
nvm install 14
|
||||
nvm install 16
|
||||
```
|
||||
|
||||
1. Activate Node 14.x
|
||||
1. Activate Node 16.x
|
||||
|
||||
```shell
|
||||
nvm use
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -36,7 +36,9 @@
|
|||
"tempusdominus-bootstrap-4": "5.39.2",
|
||||
"tempusdominus-core": "5.19.3"
|
||||
},
|
||||
"preinstall": "npx npm-force-resolutions",
|
||||
"scripts": {
|
||||
"preinstall": "npx npm-force-resolutions"
|
||||
},
|
||||
"resolutions": {
|
||||
"lodash.template": ">=4.5.0",
|
||||
"glob-parent": ">=5.1.2"
|
||||
|
|
Loading…
Reference in New Issue