Skip to content
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

Open
dennislaumen opened this issue Oct 14, 2016 · 6 comments
Open

yarn install fails on ember-cli-ic-ajax #22

dennislaumen opened this issue Oct 14, 2016 · 6 comments

Comments

@dennislaumen
Copy link

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

@jerel
Copy link

jerel commented Oct 17, 2016

Removing bundledDependencies isn't a valid workaround in my case. The build then fails with Path or pattern "vendor/<snip>/named-amd/main.js" did not match files as ember-cli-ic-ajax tries to import from vendor/ic-ajax instead of node_modules/ic-ajax.

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).

@mattboldt
Copy link

@jerel Yarn needs to be compatible with npm's bundledDependencies. My comment was just how I got it to run, but then shortly after I ran into a couple other issues with the package manager. It's just not useable yet.

@dmfenton
Copy link

@stefanpenner Is it necessary to have bundled dependencies here? It sure would be nice to be able to experiment with Yarn and Ember

@stefanpenner
Copy link
Collaborator

stefanpenner commented Oct 31, 2016

@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

@dmfenton
Copy link

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.

@dmfenton
Copy link

Just kidding, it's a direct dependency and a I ripped it right out. Thanks for the pointer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants