npm无法安装任何软件包,也不会显示任何错误

时间:2016-10-12 06:52:23

标签: node.js git visual-studio-2015 npm npm-install

操作系统:Windows 10

Git:2.10.1

节点:4.6.0

NPM:2.15.9

我创建了空的测试文件夹,我试图通过Windows控制台安装bower和其他软件包,并且只看了很长时间的加载程序,没有任何错误,但没有安装。

请注意,之前我尝试使用bower和npm在visual studio 2015中安装软件包,我也没有任何错误。我明白这一点:

  

PATH =。\ node_modules.bin; C:\ Program Files(x86)\ Microsoft Visual Studio 14.0 \ Web \ External;%PATH%; C:\ Program Files(x86)\ Microsoft Visual Studio 14.0 \ Web \ External \混帐   “C:\ Program Files(x86)\ Microsoft Visual Studio 14.0 \ Web \ External \ Bower.cmd”install --force-latest

     

bower bootstrap#3.3.5 not-cached https://github.com/twbs/bootstrap.git#3.3.5

     

bower bootstrap#3.3.5 resolve https://github.com/twbs/bootstrap.git#3.3.5

这一切都停止了。但在任务管理器中,我有一些Node.js服务器实例正在运行,但没有安装任何东西。

然后我决定不在visual studio中创建简单的项目。当我安装Git时,我选择了“从Windows命令提示符使用Git”。我改变了全局git config:

  

git config --global url。“https://”.insteadOf git://

但没有任何帮助我。我该如何解决?

0 个答案:

没有答案