我是ionic2的新手,无法创建ionic2 app
如果我运行此命令
它将创建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:\Users\abc\AppData\Roaming\npm-cache\_logs\2017-07-25T08_11_14_543Z-debug.log
答案 0 :(得分:1)
viewController2.string
后, ionic 2.2.3
不存在,离子cli版本已移至ionic 2.2.0
。
3.0.0
会奏效。
要创建离子2项目,您需要在项目中更改npm install -g ionic@2.2.0
的版本,而不是ionic-angular
。
离子骨架(离子角)和离子 - cli都不同。
答案 1 :(得分:0)