使用VS Community 2015为

时间:2015-09-07 06:12:17

标签: node.js cordova npm ionic visual-studio-2015

我正在尝试使用Cordova / Ionic模板来创建移动应用程序。 为此,我使用的是Visual Studio Community Edition 2015。

每当我尝试在Ripple - Nexus(Tablet)下构建/调试时,我都会收到以下错误。

  

错误BLD401错误:BLD00401:找不到模块'C:\ Users \ Owner \ AppData \ Roaming \ npm \ node_modules \ vs-tac \ app.js'。

我尝试从Cordova Tools清除缓存并再次构建,但没有成功。

这是我在输出控制台中获得的输出。

  

npm ERR! Windows_NT 6.3.9600

     

1>错误的ERR! argv“C:\ Program Files \ nodejs \\ node.exe”“C:\ Program Files \ nodejs \ node_modules \ npm \ bin \ npm-cli.js”“ - g”“install”“C:\ Program Files( x86)\ Microsoft Visual Studio 14.0 \ Common7 \ IDE \ Extensions \ ApacheCordovaTools \ packages \ vs-tac“” - “lllvelvel”“warn”

     

1>错误的ERR!节点v0.12.7

     

1>错误的ERR! npm v2.11.3

     

1>错误的ERR!代码SELF_SIGNED_CERT_IN_CHAIN

     

1>错误的ERR!证书链中的自签名证书

     

1> npm ERR!

     

1> RUNMDAINSTALL:npm ERR!如果您需要帮助,可以在以下位置报告此错误:

     

1>错误的ERR! https://github.com/npm/npm/issues

     

1>错误的ERR!请在支持请求中包含以下文件:

     

1>错误的ERR! E:\ Assignments \ Working \ Ionic Project \ Projects \ TestProject \ TestProject \ npm-debug.log

     

1> ------ npm安装失败。退出代码:1

     

1> ------包安装失败。重试...

     

1> npm WARN卸载未安装在C:\ Users \ Owner \ AppData \ Roaming \ npm \ node_modules:“vs-tac”

     

1>错误的ERR! Windows_NT 6.3.9600

     

1>错误的ERR! argv“C:\ Program Files \ nodejs \\ node.exe”“C:\ Program Files \ nodejs \ node_modules \ npm \ bin \ npm-cli.js”“ - g”“install”“C:\ Program Files( x86)\ Microsoft Visual Studio 14.0 \ Common7 \ IDE \ Extensions \ ApacheCordovaTools \ packages \ vs-tac“” - “lllvelvel”“warn”

     

1>错误的ERR!节点v0.12.7

     

1>错误的ERR! npm v2.11.3

     

1>错误的ERR!代码SELF_SIGNED_CERT_IN_CHAIN

     

1>错误的ERR!证书链中的自签名证书

     

1> npm ERR!

     

1> RUNMDAINSTALL:npm ERR!如果您需要帮助,可以在以下位置报告此错误:

     

1>错误的ERR! https://github.com/npm/npm/issues

     

1>错误的ERR!请在支持请求中包含以下文件:

     

1>错误的ERR! E:\ Assignments \ Working \ Ionic Project \ Projects \ TestProject \ TestProject \ npm-debug.log

     

1> ------ npm安装失败。退出代码:1

     

1> ------包安装失败。重试...

     

1> npm WARN卸载未安装在C:\ Users \ Owner \ AppData \ Roaming \ npm \ node_modules:“vs-tac”

问题似乎是npm无法在我的机器上正确下载。

你能不能帮我解决这个问题......

感谢任何帮助...... 感谢

0 个答案:

没有答案