linux-china / vitest-jetbrains-plugin

Vitest JetBrains plugin
https://plugins.jetbrains.com/plugin/19220-vitest-runner
Apache License 2.0
52 stars 6 forks source link

The "pnpm exec" command currently only works with the "-r" option #27

Closed Djaler closed 2 years ago

Djaler commented 2 years ago
/usr/bin/pnpm exec -- vitest -t handleError src/foo.spec.ts
ERROR  The "pnpm exec" command currently only works with the "-r" option

Plugin version: 0.6.3 pnpm version: 5.18.10

linux-china commented 2 years ago

Could you upgrade your pnpm version? If I append -r to pnpm 7, ad it does not work.

image

Djaler commented 2 years ago

Yes, with latest pnpm it works well