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

Unable to install direct from git branch #152

Open
daikema opened this issue Aug 14, 2023 · 0 comments
Open

Unable to install direct from git branch #152

daikema opened this issue Aug 14, 2023 · 0 comments

Comments

@daikema
Copy link
Contributor

daikema commented Aug 14, 2023

When attempting to install direct from a git branch using npm 9.8.1 on a VM with few node packages preinstalled I encounter errors like this:

npm info run es5-ext@0.10.62 postinstall { code: 0, signal: null }
npm verb stack Error: command failed
npm verb stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js:53:27)
npm verb stack     at ChildProcess.emit (node:events:513:28)
npm verb stack     at maybeClose (node:internal/child_process:1100:16)
npm verb stack     at Socket.<anonymous> (node:internal/child_process:458:11)
npm verb stack     at Socket.emit (node:events:513:28)
npm verb stack     at Pipe.<anonymous> (node:net:301:12)
npm verb pkgid carta-frontend@4.0.0-beta.1
npm verb cwd /home/ubuntu/tmp_carta
npm verb Linux 5.4.0-139-generic
npm verb node v16.20.1
npm verb npm  v9.8.1
npm ERR! code 127
npm ERR! path /usr/lib/node_modules/carta-controller/node_modules/carta-frontend
npm ERR! command failed
npm ERR! command sh -c patch-package
npm ERR! sh: 1: patch-package: not found

This is in spite of patch-package being listed as a devDependency in the package.json. The docs for npm suggest that the presence of any of a few scripts in the package.json will check out all deps and trigger a build, and our package.json has a prepare section which is one of those fields. I tested adding the devDependencies as regular dependencies and installing from a git branch still failed, so it seems that it's not just a case of only dependencies (vs also devDependencies) being installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Icebox
Development

No branches or pull requests

1 participant