-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
Warnings to get rid of #1707
Comments
These warnings are still here, mostly just annoying. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We should totally figure this one out, I don't like people having to read warnings and wondering if it's the thing that is breaking their setup (when it's usually not). |
I looked into the warning below and think it is related to this closed cross-sync issue
|
Here's all the packages that depend on
|
The warnings come from within webpack land -- perhaps what we need to figure out is why this dep is being webpacked since we don't want this on the frontend anyways. Actually... I think I know... It's in the main process code within |
It looks like this is addressed in cross-spawn@6.0.0 Probably the most relevant PR I made for this, since it's for |
These warnings are gone since the latest vega upgrades. |
The first one comes from vega, I'm not sure what the dep is for.
The second is from our jsonschema validator,
ajv
.The text was updated successfully, but these errors were encountered: