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
The option '--addon-only' is not registered with the 'addon' command. Run `ember addon --help` for a list of supported options.
The option '--addon-location' is not registered with the 'addon' command. Run `ember addon --help` for a list of supported options.
and puts the addon-v2 addon directly into the monorepo root, instead of the ./packages/ directory as intended.
ember version:
$ ember -v
ember-cli: 5.12.0
node: 20.17.0
os: linux x64
pnpm version:
$ pnpm -v
9.9.0
The text was updated successfully, but these errors were encountered:
Executed in an ember monorepo to generate a v2 addon without testapp in the
./packages/
directory:This prints the following warning:
and puts the
addon-v2
addon directly into the monorepo root, instead of the./packages/
directory as intended.ember version:
pnpm version:
The text was updated successfully, but these errors were encountered: