ionic 降级报错处理
2018-01-04 本文已影响145人
邪人君子
简介
ionic填坑第四弹
错误
C:\Users\Administrator>npm install -g ionic@1.3.2
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher
to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher
to avoid a RegExp DoS issue
npm WARN deprecated gulp-util@3.0.2: gulp-util is deprecated - replace it, follo
wing the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm ERR! code ETARGET
npm ERR! notarget No matching version found for i@0.3.2
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! A complete log of this run can be found in:
npm ERR! D:\Nodejs\node_cache\_logs\2018-01-04T14_51_53_015Z-debug.log
降级报错
可以看到降级失败了,当前版本也没有改变
解决方法
因为之前我们已经翻过墙了,所以此处直接使用语句
cnpm install -g ionic@1.3.2
即可完成安装