get help #4363
-
Hello dears; npm ERR! Linux 4.4.0-19041-Microsoft npm ERR! Error: EACCES: permission denied, access '/usr/local/lib/node_modules' npm ERR! Please include the following file with any support request: These is 2 days I stoped here and search for it and do many command but my problem is not solve yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The This probably won't resolve your problem, which appears to be a permissions issue with the location where npm installs global packages. If the above doesn't help, try following the instructions from npm here https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally. |
Beta Was this translation helpful? Give feedback.
The
ganache-cli
package is deprecated. Please trynpm install -g ganache
.This probably won't resolve your problem, which appears to be a permissions issue with the location where npm installs global packages. If the above doesn't help, try following the instructions from npm here https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally.