-
Notifications
You must be signed in to change notification settings - Fork 0
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
Errors building project with yarn, cannot resolve dependencies? #2
Comments
I don't suspect that this is an issue with yarn. More probably a python version issue, possibly triggered by an old npm version. Are you running python 3.7.x locally? Can you try an npm upgrade? |
I ran I went back to the overlay folder, ran
After some more googling, it seems like this is a node-gpy issue - it needs python 2.7 to run despite the requirements saying newer versions will work. I'm not really interested in downgrading so I won't be trying this fix though... but at least good to know I guess. |
Yeah, I had seen those as well, that was the impetus for my first question, but this thread indicates that a newer versions of gyp should work with newer python: nodejs/node-gyp#1977. If you want to give this one more shot, it might be worth nuking your local |
Building on windows 10, I installed yarn with the installer from the official site (version 1.22.4)
When I move to the overlay folder and run "yarn install", I get the following output:
I'm not that familiar with yarn so I don't know if it should handle all dependencies or if I need some stuff installed on my own. It looks like maybe the python version is not compatible? In any case, just dropping a report here, maybe someone else got it as well.
The text was updated successfully, but these errors were encountered: