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
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
The text was updated successfully, but these errors were encountered:
We can possibly also fix it in the Template Registry. By design the Template Registry always checks daily for the latest version of a template and updates it in the registry. We would have to propose a new feature somehow tying extension points to certain template versions -- there is no way to do this right now via the standard mechanisms.
Since the Template Registry version check is via the latest dist-tag on npm (via npm view PACKAGE_NAME version), we could always point to v1.0.2 as latest for now until we get it sorted.
Description
This command was broken by publishing a new
latest
version of this module, even though it was amajor
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
The text was updated successfully, but these errors were encountered: