Error during build process with not found npm package

site name: neon-liger-2de8e6
url : mathcommunications.com

Build Log:
2:07:33 PM: build-image version: 2a79f2b6b97edab3f858983ec4cea00280a2836a (focal)

2:07:33 PM: buildbot version: 7dd8429028e6fffe1e65d79b0c01bd3eb285899c

2:07:33 PM: Fetching cached dependencies

2:07:33 PM: Failed to fetch cache, continuing with build

2:07:33 PM: Starting to prepare the repo for build

2:07:34 PM: No cached dependencies found. Cloning fresh repo

2:07:34 PM: git clone --filter=blob:none https://github.com/susansilver/suzza-astroship

2:07:34 PM: Preparing Git Reference refs/heads/main

2:07:37 PM: Starting to install dependencies

2:07:37 PM: Python version set to 3.8

2:07:37 PM: Attempting Ruby version 2.7.2, read from environment

2:07:38 PM: Using Ruby version 2.7.2

2:07:38 PM: Started restoring cached go cache

2:07:38 PM: Finished restoring cached go cache

2:07:38 PM: go version go1.19.13 linux/amd64

2:07:39 PM: Using PHP version 8.0

2:07:39 PM: Downloading and installing node v18.18.2…

2:07:40 PM: Downloading https://nodejs.org/dist/v18.18.2/node-v18.18.2-linux-x64.tar.xz

2:07:40 PM: Computing checksum with sha256sum

2:07:40 PM: Checksums matched!

2:07:42 PM: Now using node v18.18.2 (npm v9.8.1)

2:07:42 PM: Enabling Node.js Corepack

2:07:42 PM: Started restoring cached build plugins

2:07:42 PM: Finished restoring cached build plugins

2:07:42 PM: Started restoring cached corepack dependencies

2:07:42 PM: Finished restoring cached corepack dependencies

2:07:42 PM: No npm workspaces detected

2:07:42 PM: Started restoring cached node modules

2:07:42 PM: Finished restoring cached node modules

2:07:42 PM: Installing npm packages using npm version 9.8.1

2:07:44 PM: npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: Array.prototype.sort() - JavaScript | MDN

2:07:48 PM: Failed during stage “Install dependencies”: dependency_installation script returned non-zero exit code: 1

2:07:48 PM: npm ERR! code E404

2:07:48 PM: npm ERR! 404 Not Found - GET https://registry.npmjs.org/files-pipe/-/files-pipe-0.0.8.tgz - Not found

2:07:48 PM: npm ERR! 404

2:07:48 PM: npm ERR! 404 “files-pipe@https://registry.npmjs.org/files-pipe/-/files-pipe-0.0.8.tgz” is not in this registry.

2:07:48 PM: npm ERR! 404

2:07:48 PM: npm ERR! 404 Note that you can also install from a

2:07:48 PM: npm ERR! 404 tarball, folder, http url, or git url.

2:07:48 PM: npm ERR! A complete log of this run can be found in: /opt/buildhome/.npm/_logs/2023-10-17T21_07_42_946Z-debug-0.log

2:07:48 PM: Error during npm install

2:07:48 PM: Build was terminated: dependency_installation script returned non-zero exit code: 1

2:07:48 PM: Failing build: Failed to install dependencies

https://registry.npmjs.org/files-pipe/-/files-pipe-0.0.8.tgz says not found

Works in dev and build no problems.

Tried to install files-pipe from npm and got this error
npm install -D -E files-pipe
npm ERR! code ETARGET
npm ERR! notarget No matching version found for files-pipe@0.0.8.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn’t exist.

I’ve tried deleting node modules and installing again and it didn’t work

@susansilver As it says, there is no version 0.0.8 for files-pipe.

Checking the versions available on npm there are none prior to 2.0.0

See:

I don’t know why it is trying to install a different version. I tried installing latest package and that didn’t help. I also don’t know where that dependency is. It isn’t in my package.json file. I’ve decided just to start over with a new theme.