我是新来ionic2并不能当我运行这个命令来创建ionic2应用如何创建离子2应用
它会创建ionic3
$ npm install -g ionic cordova
我得到错误,如果我运行此命令
npm install -g [email protected]
错误
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! C:\Users\abc\AppData\Roaming\npm-cache\_logs\2017-07-25T08_11_14_543Z-debug.log
Simmilar问题 [主题](https://stackoverflow.com/questions/44331005/npm-error-no-matching-version-found-for) –
我应该运行什么命令来安装ion2的所有依赖关系 – user6688672