Error: npm ERR! write after end

后端 未结 10 1978
悲&欢浪女
悲&欢浪女 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条回答
  •  萌比男神i
    2021-01-31 14:28

    Usually this error is due to your Antivirus blocking access to changing the files, to solve this:

    1- You can try to turn your Antivirus off (temporarily) & try the installation again

    2- If that alone doesn't work, try using the --force option while installing

    I had this issue with some packages & it was solved by using one of the 2 steps above.

    For example:

    npm install -g cordova ionic --force
    

提交回复
热议问题