how to fix Error "npm ERR! No workspaces found: npm ERR! --workspace=/Users/xxx/.tauri/myapp.key" #5816
-
npm run tauri signer generate -w ~/.tauri/myapp.key npm ERR! No workspaces found: |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Dec 12, 2022
Replies: 1 comment 1 reply
-
add npm run tauri signer generate -- -w ~/.tauri/myapp.key |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FabianLars
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add
--
so that npm forwards the arguments to tauri:npm run tauri signer generate -- -w ~/.tauri/myapp.key