Following steps worked for me.
1. Remove package-json.lock file
2. Fix the warning when you run npm install (if any I got package name is invalid).
3. I removed space in the package name.
4. Again I ran npm install
5. then npm audit fix
It fixed the issue.