emberjs / emberjs/ember-cli-babel
Unable to satisfy placement constraints for @babel/plugin-proposal-decorators
Open
bug
- Dominant language
- JavaScript
- Stars
- 152
- Forks
- 115
- Avg merge
- 23h 22m
- Merged PRs (30d)
- 4
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.