hai0611
Results
2
comments of
hai0611
I still can't fix the error when npx create-react-app myapp , still showing the message npm audit , I really don't know what to do can anyone guide me in...
> Here's the workaround I'm using: Add `audit=false` to your .npmrc, and add `"scripts": {"postinstall": "npm audit --production"}` to your package.json ! After running that error, it will stop and...