Run your command prompt or powershell as Administrator role. Then you'll get avoided with PERMISSION ERROR
.
Ignore npm audit fix
. It only suggests you to renovate all of your package.json
dependencies up-to-date. You should preserve the settings clarified in package.json
.
If you're working on ubuntu or OS X, you won't face this issue, I guess.
PS:
According to your reply, I'd like to think about the workaround.
- Remove the local
node_modules
& package-lock.json
- Clean npm cache by
npm cache verify
- Update the global npm by
sudo npm i -g npm
- Reinstall the local
node_modules
by npm i
Hope this might help.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…