-
Notifications
You must be signed in to change notification settings - Fork 255
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
eventloop vs windows #151
Comments
Are you using Docker by any chance? I'm installing it just for node-gyp on alpine images. See how I did it here. I can't remember the exact error but the event loop seems to need Python or else, something gets disabled. Installing python gets rid of the error since that lib gets satisfied when found. |
I'm not using Docker. I run this locally on my windows machine. I don't have any Python installations. I'd like to not install Python cause this is an optional dependency. I might get things wrong but optional dependencies shouldn't throw errors (even if they're not breaking the build). Warnings would be ok in my opinion. |
Seems like an npm version issue with the optionalDependencies. This error happened on NodeJS <15.0.0 (which comes with npm <=6.14.17). |
I found #143 and this was closed due to possibly fixed.
Since #143 is regarding node-alpine I'm creating this issue for windows platform.
I did install [email protected] and event-loop-stats is reporting gyp Errors regarding python.
This is the log:
I mean it installs successfully and runs without errors. but that error message is confusing for me and my colleagues...
So I'm asking is this intended?
The text was updated successfully, but these errors were encountered: