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

[Bug] Running ember g component-test installs ember-cli-htmlbars-inline-precompile #19109

Closed
rahsheen opened this issue Aug 26, 2020 · 1 comment

Comments

@rahsheen
Copy link

🐞 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.

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.

🤔 Expected Behavior

Test is created and that's it.

🌍 Environment

ember-cli: 3.20.0
http_parser: 2.9.3
node: 10.19.0
v8: 6.8.275.32-node.55
uv: 1.28.0
zlib: 1.2.11
brotli: 1.0.7
ares: 1.15.0
modules: 64
nghttp2: 1.39.2
napi: 5
openssl: 1.1.1d
icu: 64.2
unicode: 12.1
cldr: 35.1
tz: 2019c
os: linux x64
6.13.4
1.19.1

➕ 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

@rahsheen
Copy link
Author

Looks like this is actually a problem with https://github.com/typed-ember/ember-cli-typescript-blueprints, moving there.

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