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

前端 未结 13 1305
灰色年华
灰色年华 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:59

    I also faced same problem but i solved i used following commands on terminal it worked

    • sudo npm uninstall ionic

      then  i used
      

    sudo npm install -g cordova ionic@latest

    and it worked fine it automatically installs best stabel version of cordova and latest stable version of ionic . for me it installed ionic 3.7.0 and cordova 7.0.1

提交回复
热议问题