-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix: starters_validate failing builds because of npm vulnerabilities #21831
Comments
I've been recieving similar errors on my laptop. My desktop PC simply wouldn't load any plugin from npm. I had assumed it was becuase of a space in the naming of my windows user account (a common problem apparently). I can load a plugin on my laptop, but I get this message in command prompt:
What concerns me the most is the high severity vulnerabilities. Am I good to go ahead and make sites while these exist? Sorry, I'm new to Gatsby, and kind of new to web dev in general. I've never had this much trouble with configuration before. On my desktop, I recieved pages full of the 'npm WARN notsup SKIPPING OPTIONAL DEPENDENCY:' error, then the plugin wouldn't load. I tried to follow the Gatsby Windows instructions on the desktop PC, but kept finding dead ends. Some research told me that some of the problems might have been caused by the space in the username. However, I'm still recieving problems on my laptop, which does not contain that space. The error on my laptop isn't exactly as desried here, but the desktop errors sound pretty close. |
I also definitely tried, 'npm run audit'. It said that 0 of 9 were fixed and that I would have to fix them manually. That's a bit beyond my comfort level with Gatsby as it is pretty much my first time using it. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hi everyone, was also going to being using Gatsby but decided not to hold off on it because of the number of vulnerabilities when generating fresh builds. Any news on this? |
Seems that the high security vulnerabilities have been resolved 👍 |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Thanks again for being part of the Gatsby community! 💪💜 |
Description
The starters_validate check is failing on all builds because of vulnerabilities found by npm's automatic audit. Run
npm audit fix
to resolve these.The text was updated successfully, but these errors were encountered: