离子2 ubuntu 15.0.4不工作

离子2 ubuntu 15.0.4不工作,ubuntu,ionic2,Ubuntu,Ionic2,我曾试图在ubuntu 15.0.4桌面上设置一个爱奥尼亚2开发环境,但没有成功: xxx@ubuntu:~$ ionic start testaaa One awesome Ionic app coming right up... Creating Ionic app in folder /home/xxx/testaaa based on tabs project Downloading: https://github.com/driftyco/ionic-app-base/archiv

我曾试图在ubuntu 15.0.4桌面上设置一个爱奥尼亚2开发环境,但没有成功:

xxx@ubuntu:~$ ionic start testaaa

One awesome Ionic app coming right up...

Creating Ionic app in folder /home/xxx/testaaa based on tabs project
Downloading: https://github.com/driftyco/ionic-app-base/archive /master.zip
[=============================]  100%  0.0s
Downloading: https://github.com/driftyco/ionic-starter-tabs/archive/master.zip
[=============================]  100%  0.0s
Installing npm packages...
✗ ERROR WITH START undefined
Error Initializing app: There was an error with the spawned command: npminstall
✗ There was an error with the spawned command: npminstall
xxx@ubuntu:~$ npm -v
2.15.0
xxx@ubuntu:~$ ionic -v
2.0.0-beta.23

我是爱奥尼亚的新手。有人能帮我吗?

我可以看出您正在试用离子测试版23。请返回beta 22并重试。您可以使用下面的命令

npm install -g ionic@2.0.0-beta.22
(正如mike所说,这个问题将在ionic的下一个版本中解决)


希望这对你有帮助。谢谢。

是的!这解决了我的问题。关于stackoverflow的第一个问题和我收到的第一个答案。非常感谢拉贾。我怎样才能相信你?把它标为答案?没关系。。。(我也被困在这个问题上了..很高兴能帮助你..谢谢)@RajaYogan请看这个