-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hey there! This morning we've started seeing failures in CI on Windows runners with the new tags that were published.
As a workaround, I've temporarily pinned our workflow that runs on Windows to use v1.0.0.
- setup-vp@v1.0.0 (working) - https://github.com/cloudflare/vinext/actions/runs/23286111913/job/67709903348?pr=584
- setup-vp@v1 (failing) - https://github.com/cloudflare/vinext/actions/runs/23286052187/job/67709686737?pr=584
Run vp exec vinext init --skip-check
vp exec vinext init --skip-check
shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
VITE+ - The Unified Toolchain for the Web
node:internal/modules/cjs/loader:1456
const err = new Error(message);
^
Error: Cannot find module 'which'
Require stack:
- C:\Users\runneradmin\.vite-plus\0.1.12\node_modules\.pnpm\cross-spawn@7.0.6\node_modules\cross-spawn\lib\util\resolveCommand.js
- C:\Users\runneradmin\.vite-plus\0.1.12\node_modules\.pnpm\cross-spawn@7.0.6\node_modules\cross-spawn\lib\parse.js
- C:\Users\runneradmin\.vite-plus\0.1.12\node_modules\.pnpm\cross-spawn@7.0.6\node_modules\cross-spawn\index.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1456:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1066:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1071:22)
at Module._load (node:internal/modules/cjs/loader:1242:25)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.require (node:internal/modules/cjs/loader:1556:12)
at require (node:internal/modules/helpers:152:16)
at Object.<anonymous> (C:\Users\runneradmin\.vite-plus\0.1.12\node_modules\.pnpm\cross-spawn@7.0.6\node_modules\cross-spawn\lib\util\resolveCommand.js:4:15)
at Module._compile (node:internal/modules/cjs/loader:1812:14)
at Object..js (node:internal/modules/cjs/loader:1943:10) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'C:\\Users\\runneradmin\\.vite-plus\\0.1.12\\node_modules\\.pnpm\\cross-spawn@7.0.6\\node_modules\\cross-spawn\\lib\\util\\resolveCommand.js',
'C:\\Users\\runneradmin\\.vite-plus\\0.1.12\\node_modules\\.pnpm\\cross-spawn@7.0.6\\node_modules\\cross-spawn\\lib\\parse.js',
'C:\\Users\\runneradmin\\.vite-plus\\0.1.12\\node_modules\\.pnpm\\cross-spawn@7.0.6\\node_modules\\cross-spawn\\index.js'
]
}
Node.js v24.14.0
Error: Process completed with exit code 1.Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackPriority
Urgent
Effort
None yet