-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
global cli broken if there is any babel version mismatch #157
Comments
The |
Yes. Still a problem (when executing |
@jamestalmage I'm warming up to the idea, but would like to hear some more people's thought about it in xojs/xo#32. |
No matter which direction we go, I think it's important we find a way to get rid of the mismatch problems once and for all. |
This hunts for AVA in the locally installed project, and runs that CLI instead of the globally installed one. Fixes avajs#157.
This hunts for AVA in the locally installed project, and runs that CLI instead of the globally installed one. Fixes avajs#157.
This hunts for AVA in the locally installed project, and runs that CLI instead of the globally installed one. Fixes avajs#157.
This hunts for AVA in the locally installed project, and runs that CLI instead of the globally installed one. Fixes avajs#157.
This hunts for AVA in the locally installed project, and runs that CLI instead of the globally installed one. Fixes avajs#157.
This hunts for AVA in the locally installed project, and runs that CLI instead of the globally installed one. Fixes #157.
This hunts for AVA in the locally installed project, and runs that CLI instead of the globally installed one. Fixes #157.
If there is any difference in the babel-version installed globally, vs that installed locally, you get:
We could use
fallback-cli
to always use the local install of ava if there is one. Things might get weird if they had no local install, but did havebabel-runtime
installed locally. I'd need to play with it.@sindresorhus I'm happy to tackle this, but I know you have reservations with the idea.
The text was updated successfully, but these errors were encountered: