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

Type-checking with Bun #461

Open
azizramdan opened this issue Aug 23, 2024 · 0 comments
Open

Type-checking with Bun #461

azizramdan opened this issue Aug 23, 2024 · 0 comments

Comments

@azizramdan
Copy link

I'm using bun without nodejs installed and running typecheck in CI pipeline using bunx nuxi typecheck. It throw error because it requires npx.

[error] Command failed with ERR_INVALID_ARG_TYPE: npx -p vue-tsc -p typescript vue-tsc --noEmit
Executable not found in $PATH: "npx"
  Executable not found in $PATH: "npx"
  at spawn (native)
  at spawn (node:child_process:723:8)
  at <anonymous> (node:child_process:2:21)
  at execa (node_modules/nuxi/dist/chunks/index3.mjs:2474:26)
  at <anonymous> (node_modules/nuxi/dist/chunks/typecheck.mjs:80:13)
  at processTicksAndRejections (:12:39) 
[error] Command failed with ERR_INVALID_ARG_TYPE: npx -p vue-tsc -p typescript vue-tsc --noEmit
Executable not found in $PATH: "npx"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant