We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 I open VSCode, it says
There was an error during Vitest startup. Check the output for more details.
This seems to be related to the environment, specifically the oh-my-zsh framework.
This is on: MacOS: 15.1.1 VSCode: 1.95.3 Vitest extension: 1.8.1 Vitest: 2.1.5
[INFO 2:33:12 PM] [API] Running Vitest v2.1.5 (xxx/vitest.config.ts) with Node.js@: node () { for func in _omz_nvm_load nvm node npm npx pnpm pnpx yarn corepack do if (( $+functions[$func] )) then unfunction $func fi done [[ -f "$NVM_DIR/nvm.sh" ]] && source "$NVM_DIR/nvm.sh" _omz_nvm_setup_completion _omz_nvm_setup_autoload if [[ "$0" != _omz_nvm_load ]] then "$0" "$@" fi } [Error 2:33:12 PM] [API] [Error Error] spawn node () { for func in _omz_nvm_load nvm node npm npx pnpm pnpx yarn corepack do if (( $+functions[$func] )) then unfunction $func fi done [[ -f "$NVM_DIR/nvm.sh" ]] && source "$NVM_DIR/nvm.sh" _omz_nvm_setup_completion _omz_nvm_setup_autoload if [[ "$0" != _omz_nvm_load ]] then "$0" "$@" fi } ENOENT Error: spawn node () { for func in _omz_nvm_load nvm node npm npx pnpm pnpx yarn corepack do if (( $+functions[$func] )) then unfunction $func fi done [[ -f "$NVM_DIR/nvm.sh" ]] && source "$NVM_DIR/nvm.sh" _omz_nvm_setup_completion _omz_nvm_setup_autoload if [[ "$0" != _omz_nvm_load ]] then "$0" "$@" fi } ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) [Error 2:33:12 PM] [Error Error] spawn node () { for func in _omz_nvm_load nvm node npm npx pnpm pnpx yarn corepack do if (( $+functions[$func] )) then unfunction $func fi done [[ -f "$NVM_DIR/nvm.sh" ]] && source "$NVM_DIR/nvm.sh" _omz_nvm_setup_completion _omz_nvm_setup_autoload if [[ "$0" != _omz_nvm_load ]] then "$0" "$@" fi } ENOENT Error: spawn node () { for func in _omz_nvm_load nvm node npm npx pnpm pnpx yarn corepack do if (( $+functions[$func] )) then unfunction $func fi done [[ -f "$NVM_DIR/nvm.sh" ]] && source "$NVM_DIR/nvm.sh" _omz_nvm_setup_completion _omz_nvm_setup_autoload if [[ "$0" != _omz_nvm_load ]] then "$0" "$@" fi } ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
1.8.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When I open VSCode, it says
Reproduction
This seems to be related to the environment, specifically the oh-my-zsh framework.
This is on:
MacOS: 15.1.1
VSCode: 1.95.3
Vitest extension: 1.8.1
Vitest: 2.1.5
Output
Version
1.8.1
Validations
The text was updated successfully, but these errors were encountered: