This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
UnhandledPromiseRejectionWarning: Unhandled promise rejection #33
Comments
Hmmm.... interesting. After upgrading to Node.js 16.3.0 and using Terminal inside VSCode instead of iTerm (separately), I'm not getting the errors/warnings anymore on |
That's weird, can you check what's the error output with |
Here you go:
Looks like it's not getting past the AppleScript? Hmm.... when running in VSCode with Terminal, VSCode did ask me for permission to access something (probably FInder), I said Yes. Does that AppleScript even need to run at all? Not sure what it is doing. Seems the app is still generated properly. Perhaps be able to pass a flag to skip that part? Again, hmm...... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
A clear and concise description of what the bug is.
Upon creating a new project, got the following at the end of
tauri:build
:To Reproduce
Steps to reproduce the behavior:
vue create my-new-tauri-app
cd my-new-tauri-app
vue add tauri
yarn tauri:serve
then
yarn tauri:build
Environment (please complete the following information):
vue-cli-plugin-tauri version : 1.0.0-beta.2
other vue plugins used:
output from
npx tauri info
/yarn tauri info
:Additional context
There may not be an issue in the actual app that is built. Would be more confident if it didn't have errors. I do not know exactly how to hunt the issue down myself.
The text was updated successfully, but these errors were encountered: