-
Notifications
You must be signed in to change notification settings - Fork 365
Open
Description
Description
Installing with nvm install uses the .nvmrc version, which is currently set to 16.10.0, this gives errors when installing.
Reproduce Steps
- Have Python >=3.10
- Clone the repository with a node version installed other than
16.10.0or without any installed, - Run
nvm installon the root folder.
Expected Behavior
Nvm installs Node without any issues.
Current Behavior
Errors out complaining about Python 3.10
Can you propose a solution?
I would recommend changing this to the LTS version lts/gallium or at least updating to 16.20.0.
Your Environment
| software name | version |
|---|---|
| OS | Windows 10 WSL2 Ubuntu |
| Web browser | Chrome |
| node.js | None before install |
| npm | - |
| yarn | - |
| Neo4j Browser | Cloned repo master branch |
| Neo4j | - |
Additional Information
The Readme mentions Node v12, we should update that as well.
Metadata
Metadata
Assignees
Labels
No labels

