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

Cannot get vitest version #57

Closed
a1mersnow opened this issue Jul 15, 2022 · 1 comment
Closed

Cannot get vitest version #57

a1mersnow opened this issue Jul 15, 2022 · 1 comment
Labels
p3-minor-bug An edge case that only affects very specific usage (priority)

Comments

@a1mersnow
Copy link

Describe the bug
Vscode say "cannot get vitest version"

log:

[INFO 11:09:51 AM] Error: Cannot get vitest version from "{"cmd":"/Users/orange/ShuDongProjects/aina/community-ui-pc/node_modules/.bin/vitest","args":[]}"
[INFO 11:09:51 AM] process.env.PATH = /usr/bin:/bin:/usr/sbin:/sbin
[INFO 11:09:51 AM] vitest.nodeEnv = null
[INFO 11:09:51 AM] Vitest Workspace [community-ui-pc]: Vitest version = undefined

Environment

(Paste info.txt content generated by the example project)

{
  "System": {
    "OS": "macOS 12.4"
  },
  "Binaries": {
    "Node": {
      "version": "16.15.0",
      "path": "~/.nvm/versions/node/v16.15.0/bin/node"
    },
    "Yarn": {
      "version": "1.22.5",
      "path": "~/.yarn/bin/yarn"
    },
    "npm": {
      "version": "8.5.5",
      "path": "~/.nvm/versions/node/v16.15.0/bin/npm"
    }
  },
  "IDEs": {
    "VSCode": {
      "version": "1.69.1",
      "path": "/usr/local/bin/code"
    }
  },
  "npmPackages": {
    "vite": {
      "installed": "2.9.14",
      "wanted": "^2.9.9"
    },
    "vitest": {
      "installed": "0.12.10",
      "wanted": "^0.12.6"
    }
  }
}
@a1mersnow a1mersnow added the p3-minor-bug An edge case that only affects very specific usage (priority) label Jul 15, 2022
@a1mersnow
Copy link
Author

It seems problem of vscode itself.

I restart vscode then the problem gone

@github-actions github-actions bot locked and limited conversation to collaborators Feb 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p3-minor-bug An edge case that only affects very specific usage (priority)
Projects
None yet
Development

No branches or pull requests

1 participant