简体   繁体   中英

Cant install npm packages due to permissions

I just installed npm and node and am trying to install packages:

npm install -g d3

However, I get this ERROR:

checkPermissions Missing write access to /usr/local/lib/node_modules

Using sudo works, but how can I get around this long term? I don't want to have to use sudo every time.

I just installed npm and node and am trying to install packages:

npm install -g d3

However, I get this ERROR:

checkPermissions Missing write access to /usr/local/lib/node_modules

Using sudo works, but how can I get around this long term? I don't want to have to use sudo every time.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM