我正在使用具有许多应用程序的ionic 3版本,并且工作正常。现在,对于我的新项目,我想在ionic 4中进行开发,但不想卸载ionic3。因此,当我运行以下命令在本地安装ionic 4时,会抛出错误:
命令:npm install ionic @ rc cordova
错误:
npm ERR! code ETARGET npm ERR! notarget No matching version found for ionic@rc 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! /Users/username/.npm/_logs/2019-03-04T09_28_35_725Z-debug.log
如何解决此问题?如何在我的机器中同时保留ionic 3和ionic 4版本
非常感谢
答案 0 :(得分:3)
您不需要使用其他版本。您仅安装全局CLI。 CLI适用于该框架的所有版本。
例如 AAD-UserWritePhoneNumberUsingObjectId
运行
ionic start myApp tabs --type ionic1 // for ionic 1
ionic start myApp tabs --type ionic-angular // for ionic 2/3
ionic start myApp tabs --type angular // for ionic 4+
答案 1 :(得分:0)
此错误表明尚无ionic的rc版本。
尝试一下。
$ npm install -g ionic