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

Running ember g component-test installs ember-cli-htmlbars-inline-precompile #8886

Closed
mydea opened this issue Oct 14, 2019 · 1 comment
Closed

Comments

@mydea
Copy link

mydea commented Oct 14, 2019

Running ember g component-test XXX will install (a very old and outdated) version of ember-cli-htmlbars-inline-precompile:

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

Even though with ember-cli-htmlbars >= 4, you don't need to install that package anymore separately.


Output from ember version --verbose && npm --version && yarn --version:

ember-cli: 3.13.1
http_parser: 2.8.0
node: 10.16.3
v8: 6.8.275.32-node.54
uv: 1.28.0
zlib: 1.2.11
brotli: 1.0.7
ares: 1.15.0
modules: 64
nghttp2: 1.39.2
napi: 4
openssl: 1.1.1c
icu: 64.2
unicode: 12.1
cldr: 35.1
tz: 2019a
os: linux x64
6.9.0
1.19.0
@kellyselden
Copy link
Member

Do you mind posting this to https://github.com/emberjs/ember.js/, which is where the code for component-test lives?

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

2 participants