Fix TS support, allowing type-checking in tests #134
Annotations
2 errors
Run pnpm vitest --testNamePattern "declarations-configuration"
Process completed with exit code 1.
|
Run pnpm vitest --testNamePattern "declarations-configuration":
tests/helpers/utils.ts#L71
ExecaError: Command failed with exit code 1: pnpm install --ignore-scripts --no-frozen-lockfile
Progress: resolved 1, reused 0, downloaded 0, added 0
\u2009ERR_PNPM_NO_MATCHING_VERSION\u2009 No matching version found for @glint/template@^1.6.0-alpha.1 while fetching it from https://registry.npmjs.org/
This error happened while installing a direct dependency of /tmp/v2-addon-blueprint--xog2fO/my-addon
The latest release of @glint/template is "1.5.2".
Other releases are:
* beta: 1.0.0-beta.5
* unstable: 1.6.1-unstable.214df84
* alpha: 1.6.0-alpha.0
If you need the full list of all 118 published versions run "$ pnpm view @glint/template versions".
❯ getFinalError ../node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/final-error.js:6:9
❯ makeError ../node_modules/.pnpm/[email protected]/node_modules/execa/lib/return/result.js:108:16
❯ getAsyncResult ../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:167:4
❯ handlePromise ../node_modules/.pnpm/[email protected]/node_modules/execa/lib/methods/main-async.js:150:17
❯ install helpers/utils.ts:71:5
❯ AddonHelper.installDeps helpers/meta-helpers.ts:93:5
❯ rollup-build-tests/declarations.test.ts:22:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { shortMessage: 'Command failed with exit code 1: pnpm install --ignore-scripts --no-frozen-lockfile', command: 'pnpm install --ignore-scripts --no-frozen-lockfile', escapedCommand: 'pnpm install --ignore-scripts --no-frozen-lockfile', cwd: '/tmp/v2-addon-blueprint--xog2fO/my-addon', durationMs: 1545.376468, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: 'Progress: resolved 1, reused 0, downloaded 0, added 0\n ERR_PNPM_NO_MATCHING_VERSION No matching version found for @glint/template@^1.6.0-alpha.1 while fetching it from https://registry.npmjs.org/\n\nThis error happened while installing a direct dependency of /tmp/v2-addon-blueprint--xog2fO/my-addon\n\nThe latest release of @glint/template is "1.5.2".\n\nOther releases are:\n * beta: 1.0.0-beta.5\n * unstable: 1.6.1-unstable.214df84\n * alpha: 1.6.0-alpha.0\n\nIf you need the full list of all 118 published versions run "$ pnpm view @glint/template versions".', stderr: '', stdio: [ undefined, 'Progress: resolved 1, reused 0, downloaded 0, added 0\n ERR_PNPM_NO_MATCHING_VERSION No matching version found for @glint/template@^1.6.0-alpha.1 while fetching it from https://registry.npmjs.org/\n\nThis error happened while installing a direct dependency of /tmp/v2-addon-blueprint--xog2fO/my-addon\n\nThe latest release of @glint/template is "1.5.2".\n\nOther releases are:\n * beta: 1.0.0-beta.5\n * unstable: 1.6.1-unstable.214df84\n * alpha: 1.6.0-alpha.0\n\nIf you need the full list of all 118 published versions run "$ pnpm view @glint/template versions".', '' ], ipcOutput: [], pipedFrom: [] }
|
Loading