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

Developer environnement installation REX #90

Open
cballevre opened this issue Mar 23, 2023 · 0 comments
Open

Developer environnement installation REX #90

cballevre opened this issue Mar 23, 2023 · 0 comments

Comments

@cballevre
Copy link

I install cozy-pass-web on my mac which has a M1 chip. I have encountered problems during npm install. The errors were linked to node-pre-gyp. I found this document Installation notes for macOS Catalina (v10.15) which gives some hints.

Solution found:

  • Checked that Xcode Command Line Tools is installed xcode-select --install
  • Installed node-gyp globally with this two commands below
  • npm explore npm -g -- npm install node-gyp@latest
  • npm explore npm -g -- npm explore npm-lifecycle -- npm install node-gyp@latest
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

1 participant