-
Notifications
You must be signed in to change notification settings - Fork 12
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
yarn install fails on ember-cli-ic-ajax #22
Comments
Removing I am running ember-cli v0.1.9 (not by choice, this is an old customer project I'm trying to get running again in order to make a bugfix). |
@jerel Yarn needs to be compatible with npm's |
@stefanpenner Is it necessary to have bundled dependencies here? It sure would be nice to be able to experiment with Yarn and Ember |
it is, but it is fixable. Adding this to my todolist for later this week note: ember-ajax is actually still being maintained, I would recommend upgrading it it if possible |
Awesome, thanks. Will take a look at Ember-Ajax and see if it will work for us. This isn't a top-level dependency for us so I may not have control. |
Just kidding, it's a direct dependency and a I ripped it right out. Thanks for the pointer. |
Hi folks,
Just wanted to make you aware that
yarn install
fails on ember-cli-ic-ajax. See the following yarn issue for more details, yarnpkg/yarn#886. See the following comment by @mattboldt for a possible solution: yarnpkg/yarn#886 (comment).Thanks for all the effort on this library! 👏
Regards,
Dennis
The text was updated successfully, but these errors were encountered: