In my project, when I try to install necessary node modules, I got some vulnerabilities. Below is the error I encountered. enter image description here And I am already using the latest version of react-scripts(5.0.1) and @craco/craco(7.1.0). How can I address all the vulnerabilities?
I tried npm audit fix to address above vulnerabilities and it only reports such details but no other fix. I want to make my dependencies clear and remove all vulnerabilities.
Related questions 1498 How to fix npm throwing error without sudo 280 Do I need both package-lock.json and package.json? 0 node-sass and react-scripts error while installation Related questions 1498 How to fix npm throwing error without sudo 280 Do I need both package-lock.json and package.json? 0 node-sass and react-scripts error while installation 97 What does "npm audit fix" exactly do? 103 Switch' is not exported from 'react-router-dom' 2 How to fix NPM vulnerabilities 1 getting error when run command 'npm start' after 'npx create-react-app my-app' in creating a react project 1 Error while installing native-base in react-native project 0 how to install on vscode the following dependencies sass and react-router-dom? Load 6 more related questions Show fewer related questions
Reset to default