- First,
Run your command prompt or powershell as Administrator role. Then you’ll get avoided with PERMISSION ERROR.
- Second,
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.
- Third,
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_modulesbynpm i
Hope this might help.