Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Nx and Neo4JCrud #2

Open
brianstittsr opened this issue Apr 25, 2024 · 1 comment
Open

Issue with Nx and Neo4JCrud #2

brianstittsr opened this issue Apr 25, 2024 · 1 comment

Comments

@brianstittsr
Copy link

brianstittsr commented Apr 25, 2024

I am trying complete the Neo4J Crud tutorial. When I run the command "nx run-many --target=serve --all --dev" I get the error: "The Nx CLI could not find or load the native binary for your supported platform (darwin-x64).
This likely means that optional dependencies were not installed correctly, or your system is missing some system dependencies.
For more information please see https://nx.dev/troubleshooting/troubleshoot-nx-install-issues".

How do I fix this issue? I am running on a Macbook Pro M2 16GB RAM.

I figured it out. I was in the wrong shell.

@jpbarbosa
Copy link
Owner

Hello Brian,

You need to ensure that your NodeJS installation is running natively on ARM.

Please, could you send the output for which node on your machine? On my machine (also a M2) is:

❯ which node
/Users/jp/.nvm/versions/node/v20.11.1/bin/node

The exactly version does not matter as long is equal or higher than 18.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants