Error: npm ERR! write after end

后端 未结 10 1829
悲&欢浪女
悲&欢浪女 2021-01-31 13:54

I am having issues installing Cordova and Ionic. At first I couldn\'t because of what seems to be a corrupted installation, that led me to uni

10条回答
  •  说谎
    说谎 (楼主)
    2021-01-31 14:21

    Let, update the latest version of npm for running this command,

    npm install npm@latest -g
    

    Then run this command,

    npm install -g cordova ionic
    

提交回复
热议问题