cordova cli installation error

后端 未结 9 859
长情又很酷
长情又很酷 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条回答
  •  旧巷少年郎
    2021-01-20 18:26

    Thank you all for your answer, i have had the issues resolve from all of your contribution. This are the step i followed.

    1. npm cache clean
    2. Bring back the node version to v0.10.36 as suggested that the latest version of node may not be compatible for the new cli for window users.
    3. Run the node cli or cmd in admin mode
    4. npm install -g cordova

    Thank your all for your time and contribution

提交回复
热议问题