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
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
The text was updated successfully, but these errors were encountered:
Since #113, the following warning appears when building or testing:
I tried to install ember-decorators/babel-transforms as described in the linked readme, but it fails with
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
The text was updated successfully, but these errors were encountered: