You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add as dependency instead of devDependency.
Add blueprint to add alex to the consuming app/addon's dependencies.
Add instructions to readme to install alex.
The text was updated successfully, but these errors were encountered:
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.
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 aCannot find module 'alex'
.Possible solutions:
dependency
instead ofdevDependency
.alex
to the consuming app/addon's dependencies.alex
.The text was updated successfully, but these errors were encountered: