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

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

    Well I found it finally.

    The ionic installation was at /home/guy/npm/bin/ionic, not at /usr/bin/ionic at it should be.

    Solved it with:

    sudo ln -s /home/guy/npm/bin/ionic /usr/bin/ionic
    

    Thanks!

提交回复
热议问题