ionic is not recognized as an internal or external command operable program or batch file

前端 未结 4 1176
無奈伤痛
無奈伤痛 2020-12-22 11:23

I have tried to install ionic framework. I was done with my first step by executing the command (installed node.js).

First command: npm install -g cordova ionic

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-22 11:46

    I'm using windows 10 for developing, I solved it by adding the npm global packages folder:

    %USERPROFILE%\AppData\Roaming\npm
    

    to the environment variable Path

提交回复
热议问题