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

When running install-all-dependencies, an error occurs: spawn cmd ENOENT #3519

Open
2 of 3 tasks
Z-feiyao opened this issue Dec 24, 2024 · 0 comments
Open
2 of 3 tasks
Assignees
Labels
area:installation Relates to the installation process dependencies Pull requests that update a dependency file kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"

Comments

@Z-feiyao
Copy link

Z-feiyao commented Dec 24, 2024

Before submitting your bug report

Relevant environment info

- OS:macOS Sequoia 15.3
- Continue version:v0.8.65
- IDE version:VSCode 1.96.2
- Model:
- config.json:

Description

No response

To reproduce

  1. Run ./scripts/install-dependencies.sh in the root directory
  2. An error occurs when running to Installing GUI extension dependencies...
image

Log output

npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@typescript-eslint/type-utils@7.18.0',
npm WARN EBADENGINE   required: { node: '^18.18.0 || >=20.0.0' },
npm WARN EBADENGINE   current: { node: 'v14.21.2', npm: '9.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@continuedev/core@1.0.13',
npm WARN EBADENGINE   required: { node: '>=20.11.0' },
npm WARN EBADENGINE   current: { node: 'v14.21.2', npm: '9.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@typescript-eslint/parser@8.18.2',
npm WARN EBADENGINE   required: { node: '^18.18.0 || ^20.9.0 || >=21.1.0' },
npm WARN EBADENGINE   current: { node: 'v14.21.2', npm: '9.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@typescript-eslint/scope-manager@8.18.2',
npm WARN EBADENGINE   required: { node: '^18.18.0 || ^20.9.0 || >=21.1.0' },
npm WARN EBADENGINE   current: { node: 'v14.21.2', npm: '9.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@typescript-eslint/types@8.18.2',
npm WARN EBADENGINE   required: { node: '^18.18.0 || ^20.9.0 || >=21.1.0' },
npm WARN EBADENGINE   current: { node: 'v14.21.2', npm: '9.5.1' }
npm WARN EBADENGINE }
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '@typescript-eslint/typescript-estree@8.18.2',
npm WARN EBADENGINE   required: { node: '^18.18.0 || ^20.9.0 || >=21.1.0' },
npm WARN EBADENGINE   current: { node: 'v14.21.2', npm: '9.5.1' }
npm WARN EBADENGINE }
npm ERR! code ENOENT
npm ERR! syscall spawn cmd
npm ERR! path /Users/steve/mycode/continue/gui/node_modules/vite-node/node_modules/esbuild
npm ERR! errno -2
npm ERR! enoent spawn cmd ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/steve/.npm/_logs/2024-12-24T05_46_00_272Z-debug-0.log
@Z-feiyao Z-feiyao changed the title 运行 install-all-dependencies 时,报错 spawn cmd ENOENT When running install-all-dependencies, an error occurs: spawn cmd ENOENT Dec 24, 2024
@dosubot dosubot bot added area:installation Relates to the installation process dependencies Pull requests that update a dependency file kind:bug Indicates an unexpected problem or unintended behavior labels Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:installation Relates to the installation process dependencies Pull requests that update a dependency file kind:bug Indicates an unexpected problem or unintended behavior "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants