Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac running npm install - have 78 vulnerabilities that can't be solved through npm audit fix. I also have a lot of warnings #604

Open
irisyangs opened this issue Aug 2, 2022 · 3 comments

Comments

@irisyangs
Copy link

Screen Shot 2022-08-01 at 10 09 05 PM

@irisyangs
Copy link
Author

Does any have tips for how to fix this? I can't run npm start without fixing this.

@ChoiYingY
Copy link

Hi, I had that issue yesterday too, and I basically download the whole node_modules I got from https://drive.google.com/drive/folders/1wzIlt-OeiK6nYEHidsOGlpJ_KmeoPVXz, unzip it and replace the entire old node_modules folder.
You can try npm start after this, if it has no issues, it will run.

But for me, I had the problem of exit code 126 after npm start, so I googled the issue and entered the command chmod +x ./node_modules/.bin/react-scripts based on a suggestion from https://stackoverflow.com/questions/55022219/getting-npm-err-code-elifecycle-npm-err-errno-126-while-running-npm-install/59818130#59818130. After that, I enter npm start again. Now it finally runs!

@Roitta11
Copy link

Hey can you please tell how to replace the existing node_module with the one that I downloaded as mentioned above ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants