简体   繁体   中英

NodeJS - error while trying to install NPM module - installation error 401

Tried to install parquet module with: npm install parquets

Getting error:

npm ERR! code E401
npm ERR! 401 Unauthorized: parquets@latest

Tried also: sudo npm install parquets . Got exact same error.

What could be the problem?

try

sudo su -

then go the directory where you want to run npm install and

npm install

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