"No workspaces found" when generating signing key. #6007
-
When I run
username has been removed for privacy reasons How can I fix this? Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
npm needs p.s. i'm in the process of rewriting the guide, including these parts to hopefully make it easier & more failproof. |
Beta Was this translation helpful? Give feedback.
-
Hi! i've same issue on windows:
Someone can help me ? :) |
Beta Was this translation helpful? Give feedback.
npm needs
--
to forward the args to tauri, likenpm run tauri signer generate -- -w ~/.tauri/myapp.key
Also note that
~/
doesn't work on Windows, it will instead create a literal~
folder in your current directoryp.s. i'm in the process of rewriting the guide, including these parts to hopefully make it easier & more failproof.