How to address postcss line return parsing error

In my project, when I try to install necessary node modules, I got some vulnerabilities. Below is the error I encountered.enter image description hereAnd 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.

1 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

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like