Can not install Truffle Suite directly from extension (Truffle for VS Code) in VS Code and Ganache also #5606
Replies: 3 comments
-
Hi, You are using macOS, have you installed node with a version manager such as "nvm"? That is the cleanest way to avoid any permission (EACCES) errors while installing npm packages. Warm regards, |
Beta Was this translation helpful? Give feedback.
-
Your
|
Beta Was this translation helpful? Give feedback.
-
Thanks for everybody, my problem is solved :) |
Beta Was this translation helpful? Give feedback.
-
Dear community,
I can not install lest version of Truffle Suite in VS Code and Ganache also.
I got this after I typed: npm install -g truffle@latest
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /usr/local/lib/node_modules/truffle
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/truffle'
npm ERR! [Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/truffle'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'mkdir',
npm ERR! path: '/usr/local/lib/node_modules/truffle'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! A complete log of this run can be found in:
npm ERR!
Anybody could help me what am I doing wrong?
I am using macOS Moneterey 12.6.
Beta Was this translation helpful? Give feedback.
All reactions