This repository was archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Cannot save SeedVault on macOS #89
Copy link
Copy link
Open
Labels
BugSomething isn't workingSomething isn't workingDesktopDesktop application related issuesDesktop application related issues
Description
I had to rund yarn build before yarn build:desktop would work.
Before having run yarn build, the output of yarn build:desktop was:
yarn run v1.21.1
$ npm run build && tauri build
[tauri]: running build
(node:14207) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'toLowerCase' of null
at processHTML (/Users/mimi/Sites/apps/spark-iota/github/node_modules/@tauri-apps/tauri-inliner/lib/index.js:236:55)
at tryCallOne (/Users/mimi/Sites/apps/spark-iota/github/node_modules/promise/lib/core.js:37:12)
at /Users/mimi/Sites/apps/spark-iota/github/node_modules/promise/lib/core.js:123:15
at flush (/Users/mimi/Sites/apps/spark-iota/github/node_modules/asap/raw.js:50:29)
at processTicksAndRejections (internal/process/task_queues.js:75:11)
(node:14207) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:14207) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
✨ Done in 2.33s.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingDesktopDesktop application related issuesDesktop application related issues