I am not installing in a project, but trying to use the global install and get this error: ``` nest g -c @nestjsplus/dyn-schematics dynpkg my-module Error: NOT SUPPORTED: keyword "id", use "$id" for schema ID Failed to execute command: node @nestjsplus/dyn-schematics:dynpkg --name=my-module --no-dry-run --collection="@nestjsplus/dyn-schematics" --no-skip-import --language="ts" --source-root="src" --spec --no-flat --spec-file-suffix="spec" ``` `@nestjsplus/dyn-schematics` can be resolved, it just fails.