我在尝试使用腾讯的edgeone来部署,但是部署失败了 #5168
Unanswered
bakeham
asked this question in
Self Hosting
Replies: 1 comment 7 replies
-
|
使用pnpm i |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
使用的部署选项为:

Node.js 版本:22.11.0
报错如下:
17:21:31.595 Cloning into 'repo_dir'... 17:21:34.616 17:21:34.616 BuildCommit: df0e0aa5442b82dcc05bff977fe3bbfc1f63a216 17:21:34.617 17:21:35.695 Found '/data/workspace/repo_dir/.nvmrc' with version <lts/iron> 17:21:35.911 Downloading and installing node v20.18.1... 17:21:36.077 Downloading https://nodejs.org/dist/v20.18.1/node-v20.18.1-linux-x64.tar.gz... 17:21:36.217 17:21:36.324 ########## 13.9% 17:21:36.446 ##################################### 51.6% 17:21:36.508 ########################################################### 83.1% 17:21:36.508 ######################################################################## 100.0% 17:21:36.549 Computing checksum with sha256sum 17:21:36.689 Checksums matched! 17:21:38.198 Now using node v20.18.1 (npm v10.8.2) 17:21:38.231 Running npm install 17:21:52.386 npm error code ERESOLVE 17:21:52.387 npm error ERESOLVE unable to resolve dependency tree 17:21:52.387 npm error 17:21:52.387 npm error While resolving: @lobehub/[email protected] 17:21:52.387 npm error Found: [email protected] 17:21:52.387 npm error node_modules/react 17:21:52.387 npm error react@"^19.0.0" from the root project 17:21:52.387 npm error 17:21:52.387 npm error Could not resolve dependency: 17:21:52.387 npm error peer react@"^16.8.0 || ^17 || ^18" from @codesandbox/[email protected] 17:21:52.387 npm error node_modules/@codesandbox/sandpack-react 17:21:52.387 npm error @codesandbox/sandpack-react@"^2.19.9" from the root project 17:21:52.387 npm error 17:21:52.387 npm error Fix the upstream dependency conflict, or retry 17:21:52.387 npm error this command with --force or --legacy-peer-deps 17:21:52.387 npm error to accept an incorrect (and potentially broken) dependency resolution. 17:21:52.387 npm error 17:21:52.387 npm error 17:21:52.387 npm error For a full report see: 17:21:52.387 npm error /data/home/.npm/_logs/2024-12-24T09_21_38_307Z-eresolve-report.txt 17:21:52.390 npm notice 17:21:52.390 npm notice New major version of npm available! 10.8.2 -> 11.0.0 17:21:52.390 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.0.0 17:21:52.390 npm notice To update run: npm install -g [email protected] 17:21:52.390 npm notice 17:21:52.390 npm error A complete log of this run can be found in: /data/home/.npm/_logs/2024-12-24T09_21_38_307Z-debug-0.log 17:21:52.415 build failed.Beta Was this translation helpful? Give feedback.
All reactions