Description
This command was broken by publishing a new latest version of this module, even though it was a major version.
aio app:init --no-login -i ../../test/console.json -e dx/asset-compute/worker/1
dx/asset-compute/worker/1 used to mean @adobe/[email protected]
but now it results in:
@adobe/generator-app-asset-compute@2 which may not be compatible.
Workaround
Use:
--template @adobe/[email protected] instead of the --extension flag.
Fix
We need to decide if a new major of a template generator should also mean a new extension registry key.
Should
dx/asset-compute/worker/1 => @adobe/generator-app-asset-compute@1
and
dx/asset-compute/worker/2 => @adobe/generator-app-asset-compute@2
Description
This command was broken by publishing a new
latestversion of this module, even though it was amajorversion.aio app:init --no-login -i ../../test/console.json -e dx/asset-compute/worker/1dx/asset-compute/worker/1used to mean@adobe/[email protected]but now it results in:
@adobe/generator-app-asset-compute@2which may not be compatible.Workaround
Use:
--template @adobe/[email protected]instead of the--extensionflag.Fix
We need to decide if a new major of a template generator should also mean a new extension registry key.
Should
dx/asset-compute/worker/1=>@adobe/generator-app-asset-compute@1and
dx/asset-compute/worker/2=>@adobe/generator-app-asset-compute@2