Open notdodo opened 2 years ago
We're currently use node 16.10.0
and haven't updated to 18 yet. Perhaps we should note that in the readme until we update node :+1:
I just got the same error from a fresh install of e61b186ca0 on MacOS.
In case someone would need an easy workaround:
pip install nodeenv
nodeenv --node=16.10.0 env
. env/bin/activate
yarn install
yarn run
Description
Following the README building instructions the following error is triggered:
Reproduce Steps
git clone https://github.com/neo4j/neo4j-browser.git
cd neo4j-browser
yarn install
yarn start
oryarn start-prod
to fix the issue
export NODE_OPTIONS=--openssl-legacy-provider
but this is not mentioned in the instructions nor is a good practiceExpected Behavior
Build is successful
Your Environment