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:
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:
Running
ember g component-test XXX
will install (a very old and outdated) version of ember-cli-htmlbars-inline-precompile: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
:(Superseding ember-cli/ember-cli#8886)
The text was updated successfully, but these errors were encountered: