简体   繁体   English

npm安装命令上的错误

[英]ERROR on npm install command

I am new to nodejs and i am trying to use that with visual studio code editor. 我是nodejs的新手,我正在尝试将其与Visual Studio代码编辑器一起使用。 I am unable to install any packages. 我无法安装任何软件包。 Getting this below error. 得到这个下面的错误。 I think its something to deal with proxy. 我认为要处理代理问题。

I have tried couple of solutions provided (eg changes the npm config etc) over the web but nothing seems to working 我已经尝试了一些通过网络提供的解决方案(例如更改npm config等),但似乎没有任何效果

在此处输入图片说明

如果您在代理之后,则无法使用。使用此代码

npm config set proxy http://myproxyblabla:myport

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

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