简体   繁体   English

NodeJS-尝试安装NPM模块时出错-安装错误401

[英]NodeJS - error while trying to install NPM module - installation error 401

Tried to install parquet module with: npm install parquets 尝试通过以下方式安装镶木地板模块: npm install parquets

Getting error: 出现错误:

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

Tried also: sudo npm install parquets . 也尝试过: 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的目录并

npm install

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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