-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
pnpm tauri info exits with error code 101 #2509
Labels
Comments
linuxuser586
added a commit
to linuxuser586/tauri
that referenced
this issue
Aug 21, 2021
lucasfernog
added a commit
that referenced
this issue
Aug 24, 2021
I am still getting this problem; what can I do to work around this? I am using:
|
Note: I reinstalled everything with npm as I thought the error had something to do with pnpm but I get the same error. That said ... yarn does work. |
@ksnyde the fix is only in the next branch and has not been released yet. |
Closed by #2510 |
This was referenced Nov 22, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Running
pnpm tauri info
exits with code 101To Reproduce
Steps to reproduce the behavior:
pnpm init
pnpm add -D @tauri-apps/cli
pnpm add @tauri-apps/api
tauri init
pnpm tauri info
Expected behavior
Display the correct versions and exit with no error. Also note that the incorrect version for
@tauri-apps/cli
is reported when using pnpm before my proposed fix.Screenshots
Platform and Versions (required):
Additional context
My suggested fix produces the above output
Stack Trace
The text was updated successfully, but these errors were encountered: