Set the min node version 16.8.0 (#1041)
This commit is contained in:
parent
4a580b54ff
commit
aa68446ea4
@ -19,7 +19,7 @@
|
|||||||
Pynecone requires the following to get started:
|
Pynecone requires the following to get started:
|
||||||
|
|
||||||
- Python 3.7+
|
- Python 3.7+
|
||||||
- [Node.js 16.6.0+](https://nodejs.org/en/) (Don't worry, you won’t have to write any JavaScript!)
|
- [Node.js 16.8.0+](https://nodejs.org/en/) (Don't worry, you won’t have to write any JavaScript!)
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install pynecone
|
pip install pynecone
|
||||||
|
@ -13,7 +13,7 @@ MODULE_NAME = "pynecone"
|
|||||||
# The current version of Pynecone.
|
# The current version of Pynecone.
|
||||||
VERSION = pkg_resources.get_distribution(MODULE_NAME).version
|
VERSION = pkg_resources.get_distribution(MODULE_NAME).version
|
||||||
# Minimum version of Node.js required to run Pynecone.
|
# Minimum version of Node.js required to run Pynecone.
|
||||||
MIN_NODE_VERSION = "16.6.0"
|
MIN_NODE_VERSION = "16.8.0"
|
||||||
|
|
||||||
# Valid bun versions.
|
# Valid bun versions.
|
||||||
MIN_BUN_VERSION = "0.5.9"
|
MIN_BUN_VERSION = "0.5.9"
|
||||||
|
Loading…
Reference in New Issue
Block a user