ionic / cordova安装错误win10

时间:2017-06-19 03:39:00

标签: node.js ionic-framework

我已经安装了nodejs 8但是出现了这些错误。真的被困了 请先回答

C:\Users\Muna\Ionic>npm install -g cordova
  

npm WARN不推荐使用node-uuid@1.4.8:改为使用uuid模块

     

npm WARN可选SKIPPING OPTIONAL DEPENDENCY:validate-npm-package license@3.0.1(node_modules \ cordova \ node_modules \ validate-npm-package-license):

     

npm WARN enoent SKIPPING OPTIONAL DEPENDENCY:ENOENT:没有这样的文件或目录,utime' C:\ Users \ Muna \ AppData \ Roaming \ npm \ node_modules.staging \ validate-npm-package-license-daa56318 \ LICENSE'

     

npm WARN可选SKIPPING OPTIONAL DEPENDENCY:cordova-js@4.2.1(node_modules \ cordova \ node_modules \ cordova-js):

     

npm WARN enoent SKIPPING OPTIONAL DEPENDENCY:ENOENT:没有这样的文件或目录,utime&C; \ Users \ Muna \ AppData \ Roaming \ npm \ node_modules.staging \ cordova-js-4a835737 \ test \ test。 urlutil.js'

     

npm WARN可选SKIPPING OPTIONAL DEPENDENCY:express@4.15.3(node_modules \ cordova \ node_modules \ express):

     

npm WARN enoent SKIPPING OPTIONAL DEPENDENCY:ENOENT:没有这样的文件或目录,utime' C:\ Users \ Muna \ AppData \ Roaming \ npm \ node_modules.staging \ express-2ec03f1c \ History.md'

     

npm WARN可选SKIPPING OPTIONAL DEPENDENCY:plist@2.0.1(node_modules \ cordova \ node_modules \ simple-plist \ node_modules \ plist):

     

npm WARN enoent SKIPPING OPTIONAL DEPENDENCY:ENOENT:没有这样的文件或目录,utime' C:\ Users \ Muna \ AppData \ Roaming \ npm \ node_modules.staging \ plist-7947​​d2c9 \ dist \ plist-parse。 JS'

     

npm WARN可选SKIPPING OPTIONAL DEPENDENCY:plist@2.0.1(node_modules \ cordova \ node_modules \ cordova-lib \ node_modules \ plist):

     

npm WARN enoent SKIPPING OPTIONAL DEPENDENCY:ENOENT:没有这样的文件或目录,utime' C:\ Users \ Muna \ AppData \ Roaming \ npm \ node_modules.staging \ plist-dcf4d866 \ dist \ plist.js&# 39;

     

npm WARN可选SKIPPING OPTIONAL DEPENDENCY:shelljs@0.7.8(node_modules \ cordova \ node_modules \ cordova-fetch \ node_modules \ shelljs):

     

npm WARN enoent SKIPPING OPTIONAL DEPENDENCY:ENOENT:没有这样的文件或目录,utime' C:\ Users \ Muna \ AppData \ Roaming \ npm \ node_modules.staging \ shelljs-0c2f6ee0 \ CHANGELOG.md'

     

npm ERR!代码EINTEGRITY

     

npm ERR! sha1-wDv04BywhtW15azorQr + eInWOMM =使用sha1时完整性校验和失败:想要sha1-wDv04BywhtW15azorQr + eInWOMM =但得到了sha1-19b + iGSs / lBl8 / MlbaD2iJRtf / g =。 (2239字节)

     

npm ERR!可以在以下位置找到此运行的完整日志:

     

npm ERR! C:\ Users \用户穆纳\应用程序数据\漫游\ NPM-cache_logs \ 2017-06-19T03_20_22_610Z-的debug.log

1 个答案:

答案 0 :(得分:0)

我在安装其他应用时遇到同样的错误, 我花了5个小时后发现了两种可能的解决方案第一个为我工作。

  1. npm install npm@4.6 -g
  2. npm cache clean --forcenpm cache verify
  3. 希望它有所帮助!