You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 passingshell: 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!
The text was updated successfully, but these errors were encountered: