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

alex devdep not installed when using yarn #4

Open
nickschot opened this issue Mar 27, 2019 · 1 comment
Open

alex devdep not installed when using yarn #4

nickschot opened this issue Mar 27, 2019 · 1 comment

Comments

@nickschot
Copy link

nickschot commented Mar 27, 2019

This addon only seems to provide alex as a devdep. When using yarn in the consuming addon or application, this dependency is not installed resulting in a Cannot find module 'alex'.

Possible solutions:

  1. Add as dependency instead of devDependency.
  2. Add blueprint to add alex to the consuming app/addon's dependencies.
  3. Add instructions to readme to install alex.
@yohanmishkin
Copy link
Owner

Hey @nickschot ! Thanks for submitting this issue!

I took at peek at your failing CI logs and it looks like the issue your having is because your addon is running with node v6 and ember-cli-alex has "8.* || >= 10.*" listed for compatible node versions.

Does that look right to you?

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

2 participants