Cannot run ionic. receives “No command 'ionic' found”

前端 未结 13 1438
灰色年华
灰色年华 2020-12-14 08:11

I want to start using the ionic framework, but unfortunately I\'m already failing on the first step.

I am running Ubuntu 13.04 and I have node v0.10.25 installed. I\

13条回答
  •  南笙
    南笙 (楼主)
    2020-12-14 08:40

    I had the same problem.

    I solved the problem by cd to my root. Then install ionic as root admin.

    $ sudo npm install -g cordova ionic
    

    then run

    $ ionic
    

    to see if its working.

    Hope that helps

提交回复
热议问题