-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Warning in the console #1648
Comments
This is because esbuild now has optional dependencies for every potential platform. These are harmless warnings (albeit noisy), but the optional dependencies are a workaround for some behaviors in Yarn 2 that broke installation on some platforms. See here: |
These log messages are irrelevant and useless and can be ignored. Up-to-date versions of npm won't print these useless log messages, so you can update npm to avoid these if you don't want to see them. You may also be able to keep using the same version of npm but adjust the |
Indeed, I am using Yarn classic v1 Thanks for the info! |
I updated esbuild to version 0.13.x, and now I get a ton of this kind of warnings in the console.
Everything still works fine tough.
For context, I own a MacBook Air with an M1 processor.
The text was updated successfully, but these errors were encountered: