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

Fix warning from ember-decorators #114

Open
dleehr opened this issue Jan 17, 2018 · 0 comments
Open

Fix warning from ember-decorators #114

dleehr opened this issue Jan 17, 2018 · 0 comments

Comments

@dleehr
Copy link
Member

dleehr commented Jan 17, 2018

Since #113, the following warning appears when building or testing:

WARNING: ember-decorators (used in ember-popper): You have not installed @ember-decorators/babel-transforms. It has been extracted to a separate addon. See instructions for installation: https://github.com/ember-decorators/babel-transforms#readme

I tried to install ember-decorators/babel-transforms as described in the linked readme, but it fails with

$ ember install @ember-decorators/babel-transforms
NPM: Installed @ember-decorators/babel-transforms
Install failed. Could not find addon with name: @ember-decorators/babel-transforms

It does add an entry to package.json and is listed as a devDependency, but running a build or a test always yields that error from ember-popper.

Addressing this warning may require ember-popper to fix upstream

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

1 participant