ionic 降级报错处理

简介

ionic填坑第四弹

错误


C:\Users\Administrator>npm install -g [email protected]
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher
to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher
 to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: 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 [email protected]
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

ionic 降级报错处理_第1张图片
降级报错

可以看到降级失败了,当前版本也没有改变

解决方法

因为之前我们已经翻过墙了,所以此处直接使用语句
cnpm install -g [email protected]
即可完成安装

问题解决

ionic 降级报错处理_第2张图片
降级成功

你可能感兴趣的:(ionic 降级报错处理)