mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
Update default NodeJS version in development/README.md (#968)
For the frappe version 14
This commit is contained in:
parent
ba68887e40
commit
36592fb3fd
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ bench init --skip-redis-config-generation frappe-bench
|
|||
cd frappe-bench
|
||||
```
|
||||
|
||||
To setup frappe framework version 14 bench set `PYENV_VERSION` environment variable to `3.10.5` (default) and use NodeJS version 14 (default),
|
||||
To setup frappe framework version 14 bench set `PYENV_VERSION` environment variable to `3.10.5` (default) and use NodeJS version 16 (default),
|
||||
|
||||
```shell
|
||||
# Use default environments
|
||||
|
|
|
|||
Loading…
Reference in a new issue