(Deploy) Failed during stage 'Install dependencies': Command did not finish within the time limit

I’m new to Netlify and Couchbase and I’m trying to follow this tutorial:

I clicked the Deploy to Netlify button and followed the instructions. The Deploy failed during Initializing (log snippet, full output below):

Deploy failed for thriving-mooncake-cf2014


3:33:06 PM: Installing npm packages using npm version 10.9.2
3:51:02 PM: Failed during stage ‘Install dependencies’: Command did not finish within the time limit

I think it is unexpected that a simple tutorial should take more than 18 minutes to install dependencies (?)

Please let me know if you have any suggestions.

Thanks,
Andy

3:32:53 PM: build-image version: 2be63b793c62ef8e32317f27dbcfe59c48c048e5 (noble)

3:32:53 PM: buildbot version: 91cc4f998569cea05e76ddf293285a8103fcb504

3:32:53 PM: Fetching cached dependencies

3:32:53 PM: Failed to fetch cache, continuing with build

3:32:53 PM: Starting to prepare the repo for build

3:32:53 PM: No cached dependencies found. Cloning fresh repo

3:32:53 PM: git clone --filter=blob:none GitHub - couchbase-examples/netlify-tutorial: Sample application for Couchbase Capella with Netlify tutorial

3:32:54 PM: Preparing Git Reference refs/heads/main

3:32:55 PM: Pushing to repository git@github.com:andrewpfunk/netlify-tutorial

3:33:02 PM: Custom functions path detected. Proceeding with the specified path: ‘netlify/functions’

3:33:02 PM: Starting to install dependencies

3:33:02 PM: Python version set to 3.13.3

3:33:02 PM: Ruby version set to 3.4.3

3:33:02 PM: Go version set to 1.24.3

3:33:03 PM: Using PHP version 8.3

3:33:04 PM: Downloading and installing node v22.15.1…

3:33:04 PM: Downloading https://nodejs.org/dist/v22.15.1/node-v22.15.1-linux-x64.tar.xz

3:33:04 PM: Computing checksum with sha256sum

3:33:04 PM: Checksums matched!

3:33:06 PM: Now using node v22.15.1 (npm v10.9.2)

3:33:06 PM: Enabling Node.js Corepack

3:33:06 PM: Started restoring cached build plugins

3:33:06 PM: Finished restoring cached build plugins

3:33:06 PM: Started restoring cached corepack dependencies

3:33:06 PM: Finished restoring cached corepack dependencies

3:33:06 PM: No npm workspaces detected

3:33:06 PM: Started restoring cached node modules

3:33:06 PM: Finished restoring cached node modules

3:33:06 PM: Installing npm packages using npm version 10.9.2

3:51:02 PM: Failed during stage ‘Install dependencies’: Command did not finish within the time limit

3:51:02 PM: Execution timed out after 17m59.017120233s

3:51:02 PM: Execution timed out after 17m59.017318999s

3:51:02 PM: Failing build: Failed to install dependencies

Hi, @andrewpfunk. It looks like it just stalled installing dependencies. Would you be willing to trigger another build and let us know when that has been done?

Hi, thanks for the reply. I ran another build and it timed out during the same operation:

11:00:28 PM: build-image version: 4ec50c0cf4c115815bb3546389ae2d9d46c94317 (noble)

11:00:28 PM: buildbot version: cd1a41e5abe93e9dde72e1185c95f7c91e0c77f2

11:00:28 PM: Building without cache

11:00:28 PM: Starting to prepare the repo for build

11:00:28 PM: No cached dependencies found. Cloning fresh repo

11:00:28 PM: git clone --filter=blob:none GitHub - couchbase-examples/netlify-tutorial: Sample application for Couchbase Capella with Netlify tutorial

11:00:29 PM: Preparing Git Reference refs/heads/main

11:00:30 PM: Pushing to repository git@github.com:andrewpfunk/netlify-tutorial

11:00:31 PM: Custom functions path detected. Proceeding with the specified path: ‘netlify/functions’

11:00:31 PM: Starting to install dependencies

11:00:31 PM: Python version set to 3.13.3

11:00:32 PM: Ruby version set to 3.4.3

11:00:32 PM: Go version set to 1.24.3

11:00:32 PM: Using PHP version 8.3

11:00:34 PM: v22.16.0 is already installed.

11:00:34 PM: Now using node v22.16.0 (npm v10.9.2)

11:00:34 PM: Enabling Node.js Corepack

11:00:34 PM: Started restoring cached build plugins

11:00:34 PM: Finished restoring cached build plugins

11:00:34 PM: Started restoring cached corepack dependencies

11:00:34 PM: Finished restoring cached corepack dependencies

11:00:34 PM: No npm workspaces detected

11:00:34 PM: Started restoring cached node modules

11:00:34 PM: Finished restoring cached node modules

11:00:34 PM: Installing npm packages using npm version 10.9.2

11:18:32 PM: Failed during stage ‘Install dependencies’: Command did not finish within the time limit

11:18:31 PM: Execution timed out after 17m58.663076327s

11:18:31 PM: Execution timed out after 17m58.663289538s

11:18:32 PM: Failing build: Failed to install dependencies