cordova cli installation error

后端 未结 9 779
长情又很酷
长情又很酷 2021-01-20 18:11

I try updating my ionic cordova cli when i started getting issues installing the two package, but now ionic have been successfully installed and i have tried installing the

9条回答
  •  梦毁少年i
    2021-01-20 18:24

    I just want to add an official answer to Swaminathan Vetri suggestion. Here's exactly what I did to resolve:

    sudo npm cache clean make sure to run with sudo

    and then,

    sudo npm install -g cordova again make sure to run with sudo.

    Thanks!

提交回复
热议问题