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
Running ember g component-test XXX will install (a very old and outdated) version of ember-cli-htmlbars-inline-precompile even though we are running ember 3.20.4 with:
"ember-cli-htmlbars": "^5.2.0"
🔬 Minimal Reproduction
Describe steps to reproduce. If possible, please, share a link with a minimal reproduction.
installing component-test
create tests/integration/components/f-radio-buttons/component-test.js
install package ember-cli-htmlbars-inline-precompile
🚧 Installing packages... This might take a couple of minutes.
Yarn: Installed ember-cli-htmlbars-inline-precompile@^0.3.1
😕 Actual Behavior
Outdated library is installed after the component-test is created, causing future runs of the generator to fail.
🐞 Describe the Bug
Running
ember g component-test XXX
will install (a very old and outdated) version of ember-cli-htmlbars-inline-precompile even though we are running ember 3.20.4 with:"ember-cli-htmlbars": "^5.2.0"
🔬 Minimal Reproduction
Describe steps to reproduce. If possible, please, share a link with a minimal reproduction.
😕 Actual Behavior
Outdated library is installed after the component-test is created, causing future runs of the generator to fail.
🤔 Expected Behavior
Test is created and that's it.
🌍 Environment
➕ Additional Context
This also occurred on 3.15.x and we thought the upgrade might fix the issue, but it does not. This appears to be the exact same issue from #18490
The text was updated successfully, but these errors were encountered: