我是 ionic2 的新手,无法创建 ionic2 应用程序
如果我运行此命令
它将创建 Ionic3
$ npm install -g ionic cordova
如果我运行此命令,我收到错误
npm install -g ionic@2.3.0
错误
npm ERR! code ETARGET
npm ERR! notarget No matching version found for ionic@2.3.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 ERR! A complete log of this run can be found in:
npm ERR! C:UsersabcAppDataRoamingnpm-cache_logs2017-07-25T08_11_14_543Z-debug.log
ionic 2.2.3
不存在,发布ionic 2.2.0
后,ionic cli版本移至3.0.0
。
npm install -g ionic@2.2.0
会起作用。
要创建 ionic 2 项目,您需要更改项目中ionic-angular
的版本,而不是ionic-cli
.
离子框架(ionic-angular(和ionic-cli都是不同的。
更新日志 v2.x.x.
更新日志 v3.x.x.
请参考此链接! 要知道离子和离子角之间的区别,以及 要创建 ionic2,请参考此链接!