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

Can't run on Windows due to NodeJS patch CVE-2024-27980 #42

Open
EmmetBeachBum opened this issue Jul 26, 2024 · 0 comments
Open

Can't run on Windows due to NodeJS patch CVE-2024-27980 #42

EmmetBeachBum opened this issue Jul 26, 2024 · 0 comments

Comments

@EmmetBeachBum
Copy link

Howdy!

I'd love to try running this on my Windows machine and hooking this up to my private NPM registry.

However, I'm getting the following error when running the yarn command on the repo:

After some Googling I've seen this is a known Windows issue caused by a security patch for NodeJS.
The apparent fix for it is to run the spawn command while passing shell: true.
Of course, the issue here is that the NodeJS code is not written directly in the repo's files - it is called by Yarn somehow.

I'm sorry if this is a n00b question, but what do I need to do or change in order to install and run this solution?

Thanks in advance!

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

1 participant