报错:
npm ERR! notarget No matching version found for ionic-native@^3.5.0
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缓存
npm cache clean --force
这篇博客解决了npm安装ionic-native@^3.5.0时遇到的版本不匹配问题。通过执行`npm cache clean --force`命令,可以清除npm缓存,从而解决找不到指定版本的依赖问题。

633

被折叠的 条评论
为什么被折叠?



