You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
xcode-select --install
npm explore npm -g -- npm install node-gyp@latest
npm explore npm -g -- npm explore npm-lifecycle -- npm install node-gyp@latest
The text was updated successfully, but these errors were encountered: