You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround, Work around until this is resolved is 'npm install @types/[email protected]',Explanation ref and unref were added in v14.3.0, v12.20.0 to Node.js but were missed in @types/node. Hint for more issues, npm install electron-updater@latest. do the installs in the electron subdir. now i can npm run electron:start, npm run electron:pack misses a tslib when running the build.
Describe the bug
I pack my app by using this tool but for some reason get this error:
https://github.com/deep-foundation/deep-memo-app/actions/runs/8401899560/job/23010763295#step:10:33
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Work without this error as in other two projects with the same configuration (or maybe I miss something):
https://github.com/deep-foundation/sdk/actions/runs/7927782720
https://github.com/deep-foundation/deepcase-app/actions/runs/7448516931
OS: Ubuntu
Version 22.04
Additional Info
I have two other projects that does not have this error.
Here is what I have treid to check between them
The text was updated successfully, but these errors were encountered: