Skip to content

fix: repair the vite-plus version spec so vp install resolves - #143

Merged
Ludea merged 1 commit into
Ludea:mainfrom
gloubix:fix/vite-plus-version
Aug 12, 2026
Merged

fix: repair the vite-plus version spec so vp install resolves#143
Ludea merged 1 commit into
Ludea:mainfrom
gloubix:fix/vite-plus-version

Conversation

@gloubix

@gloubix gloubix commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

web/package.json has a stray space in the version spec:

"vite-plus": "^0.2. 9"

so pnpm can't resolve it and the setup-vp step dies before the frontend job compiles anything:

[ERR_PNPM_NO_MATCHING_VERSION] No matching version found for vite-plus@^0.2. 9
  while fetching it from https://registry.npmjs.org/
The latest release of vite-plus is "0.2.9".

main's own Build check is currently red on this (205e701, c5b681a), and so is every PR branched off it — including my #142.

One character removed. Verified pnpm install resolves vite-plus 0.2.9 after this.

`"vite-plus": "^0.2. 9"` has a stray space, so pnpm can't match it:

    [ERR_PNPM_NO_MATCHING_VERSION] No matching version found for
    vite-plus@^0.2. 9 while fetching it from https://registry.npmjs.org/
    The latest release of vite-plus is "0.2.9".

This fails the `setup-vp` step, so the whole frontend job dies before it
compiles anything -- main's Build check is red on this today, and so is
every PR branched off it.

One character. `pnpm install` resolves vite-plus 0.2.9 after this.
@Ludea
Ludea merged commit 1c66a07 into Ludea:main Aug 12, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants