Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed runs-on windows-latest with node 18/20. But node 16 works fine. #123

Open
xsw300 opened this issue Apr 12, 2024 · 0 comments
Open

Comments

@xsw300
Copy link

xsw300 commented Apr 12, 2024

npm WARN exec The following package was not found and will be installed: wrangler@3.49.0
npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm notice
npm notice New patch version of npm available! 10.5.0 -> 10.5.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.5.2
npm notice Run npm install -g npm@10.5.2 to update!
npm notice
npm ERR! code ERR_INVALID_ARG_TYPE
npm ERR! The "file" argument must be of type string. Received undefined

npm ERR! A complete log of this run can be found in: C:\Users\runneradmin\npm-cache_logs\2024-04-11T09_46_28_766Z-debug-0.log
EXIT WHEN NOT EXPECTED

SHELLAC COMMAND FAILED!
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^

[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "#".] {
code: 'ERR_UNHANDLED_REJECTION'
}
Executing: npx wrangler@3 pages publish "./" --project-name="kickcatchfish" --branch="" in D:\a\DodoFish\DodoFish

STDOUT:

STDERR:

npm WARN exec The following package was not found and will be installed: wrangler@3.49.0
npm WARN deprecated rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm notice
npm notice New patch version of npm available! 10.5.0 -> 10.5.2
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.5.2
npm notice Run npm install -g npm@10.5.2 to update!
npm notice
npm ERR! code ERR_INVALID_ARG_TYPE
npm ERR! The "file" argument must be of type string. Received undefined

npm ERR! A complete log of this run can be found in: C:\Users\runneradmin\npm-cache_logs\2024-04-11T09_46_28_766Z-debug-0.log

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

No branches or pull requests

1 participant