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

Unable to satisfy placement constraints for @babel/plugin-proposal-decorators #312

Open
rwjblue opened this issue Dec 12, 2019 · 1 comment
Labels

Comments

@rwjblue
Copy link
Member

rwjblue commented Dec 12, 2019

After landing #311 and releasing in 7.13.1 a newly generated project receives the following error:

Unable to satisfy placement constraints for Babel plugin @babel/plugin-proposal-decorators

Steps to reproduce:

ember new foo
cd foo
yarn add -D ember-cli-babel@7.13.1 # version with the issue
ember build
@rwjblue
Copy link
Member Author

rwjblue commented Dec 12, 2019

As a temporary work around, I've reverted the changes in #311 and essentially republished 7.13.0 as 7.13.2 while we figure out the right course of action.

Once we've figured out what is going on we should bring those changes back.

@Turbo87 Turbo87 added the bug label Dec 12, 2019
@rwjblue rwjblue changed the title Unable to satisfy placement constraings for @babel/plugin-proposal-decorators Unable to satisfy placement constraints for @babel/plugin-proposal-decorators Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants