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

netlify自动部署失败 #440

Open
1 task
Funyu78 opened this issue Sep 24, 2023 · 2 comments
Open
1 task

netlify自动部署失败 #440

Funyu78 opened this issue Sep 24, 2023 · 2 comments

Comments

@Funyu78
Copy link

Funyu78 commented Sep 24, 2023

How is Anse deployed?

Netlify

Describe the bug

netlify自动部署失败

Console Logs

3:23:41 PM: build-image version: 73f16e520fdddf409be6f578c8c2c8941bdf32d3 (focal)
3:23:41 PM: buildbot version: aae36d37bb0728ee6dc52d97c5e1b5b83720773e
3:23:42 PM: Fetching cached dependencies
3:23:42 PM: Failed to fetch cache, continuing with build
3:23:42 PM: Starting to prepare the repo for build
3:23:42 PM: No cached dependencies found. Cloning fresh repo
3:23:42 PM: git clone --filter=blob:none https://github.com/Funyu78/chatgpt-netfily
3:23:42 PM: Preparing Git Reference refs/heads/main
3:23:44 PM: Starting to install dependencies
3:23:44 PM: Python version set to 3.8
3:23:44 PM: Attempting Ruby version 2.7.2, read from environment
3:23:45 PM: Using Ruby version 2.7.2
3:23:46 PM: Started restoring cached go cache
3:23:46 PM: Finished restoring cached go cache
3:23:47 PM: Installing Go version 1.19.13 (requested 1.19.x)
3:23:52 PM: go version go1.19.13 linux/amd64
3:23:52 PM: Using PHP version 8.0
3:23:53 PM: Downloading and installing node v18.18.0...
3:23:53 PM: Downloading https://nodejs.org/dist/v18.18.0/node-v18.18.0-linux-x64.tar.xz...
3:23:54 PM: Computing checksum with sha256sum
3:23:54 PM: Checksums matched!
3:23:56 PM: Now using node v18.18.0 (npm v9.8.1)
3:23:56 PM: Enabling Node.js Corepack
3:23:56 PM: Started restoring cached build plugins
3:23:56 PM: Finished restoring cached build plugins
3:23:56 PM: Started restoring cached corepack dependencies
3:23:56 PM: Finished restoring cached corepack dependencies
3:23:56 PM: No pnpm workspaces detected
3:23:56 PM: Started restoring cached node modules
3:23:56 PM: Finished restoring cached node modules
3:23:57 PM: Installing npm packages using pnpm version 7.28.0
3:23:58 PM: Failed during stage "Install dependencies": dependency_installation script returned non-zero exit code: 1
3:23:58 PM:  WARN  Your pnpm-lock.yaml was generated by a newer version of pnpm. It is a compatible version but it might get downgraded to version 6.0
3:23:58 PM: Lockfile is up to date, resolution step is skipped
3:23:58 PM:  ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY  Broken lockfile: no entry for "/@astrojs/netlify/2.3.0(astro@2.7.0)" in pnpm-lock.yaml
3:23:58 PM: This issue is probably caused by a badly resolved merge conflict.
3:23:58 PM: To fix the lockfile, run "pnpm install --no-frozen-lockfile".
3:23:58 PM: Error during pnpm install
3:23:58 PM: Build was terminated: dependency_installation script returned non-zero exit code: 1
3:23:58 PM: Failing build: Failed to install dependencies

Participation

  • I am willing to submit a pull request for this issue.
@nsnsqk
Copy link

nsnsqk commented Oct 15, 2023

确实是,现在不知道源码改什么了,部署不成功了。之前我能部署成功的

@syx-413
Copy link

syx-413 commented Dec 27, 2023

+1
9:26:30 PM: build-image version: c88e1420630449f4a2fd995ed7cd2ef80eeab5f6 (focal)
9:26:30 PM: buildbot version: c88e1420630449f4a2fd995ed7cd2ef80eeab5f6
9:26:30 PM: Fetching cached dependencies
9:26:30 PM: Failed to fetch cache, continuing with build
9:26:30 PM: Starting to prepare the repo for build
9:26:30 PM: No cached dependencies found. Cloning fresh repo
9:26:30 PM: git clone --filter=blob:none https://github.com/syx-413/chatgpt-demo
9:26:31 PM: Preparing Git Reference refs/heads/main
9:26:32 PM: Starting to install dependencies
9:26:32 PM: Python version set to 3.8
9:26:32 PM: Attempting Ruby version 2.7.2, read from environment
9:26:33 PM: Using Ruby version 2.7.2
9:26:33 PM: Started restoring cached go cache
9:26:33 PM: Finished restoring cached go cache
9:26:35 PM: go version go1.19.13 linux/amd64
9:26:35 PM: Using PHP version 8.0
9:26:36 PM: v18.19.0 is already installed.
9:26:36 PM: Now using node v18.19.0 (npm v10.2.3)
9:26:36 PM: Enabling Node.js Corepack
9:26:37 PM: Started restoring cached build plugins
9:26:37 PM: Finished restoring cached build plugins
9:26:37 PM: Started restoring cached corepack dependencies
9:26:37 PM: Finished restoring cached corepack dependencies
9:26:37 PM: No pnpm workspaces detected
9:26:37 PM: Started restoring cached node modules
9:26:37 PM: Finished restoring cached node modules
9:26:38 PM: Failed during stage "Install dependencies": dependency_installation script returned non-zero exit code: 1
9:26:38 PM: Installing npm packages using pnpm version 7.28.0
9:26:38 PM:  WARN  Your pnpm-lock.yaml was generated by a newer version of pnpm. It is a compatible version but it might get downgraded to version 6.0
9:26:38 PM: Lockfile is up to date, resolution step is skipped
9:26:38 PM:  ERR_PNPM_LOCKFILE_MISSING_DEPENDENCY  Broken lockfile: no entry for "/@astrojs/netlify/2.3.0(astro@2.7.0)" in pnpm-lock.yaml
9:26:38 PM: This issue is probably caused by a badly resolved merge conflict.
9:26:38 PM: To fix the lockfile, run "pnpm install --no-frozen-lockfile".
9:26:38 PM: Error during pnpm install
9:26:38 PM: Failing build: Failed to install dependencies

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

3 participants