Javascript – React app won't run after npm fix audit –force
I installed react-scroll library via 'npm install react-scroll' and after that I also run 'npm fix audit --force' to fix some vulnerabilities. That results in my app not running again. I tried some fixes here still struggling to fix the…