问题
When i try to install cypress using this commnad:
sudo npm install cypress
or
sudo npm install -g cypress
It is giving me this error:
Error: EACCES: permission denied, open '/Users/humac/node_modules/cypress/cypress.zip'
回答1:
Workaround: sudo npm install --unsafe-perm=true --allow-root cypress
来源:https://stackoverflow.com/questions/55151786/getting-error-eacces-permission-denied-when-i-install-cypress