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
when doing the stlite Desktop tutorial to convert my Streamlit application to a desktop application I am facing an error.
Essentially, npm dump does not create a stlite-manifest.json file:
(node:199364) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'D:\python_projects\streamlit_app\build\stlite-manifest.json'
(Use electron --trace-warnings ... to show where the warning was created)
(node:199364) 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(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
i am using following package.json, tried also with version 0.57.0 of @stlite/desktop:
@slowflower Hi, thank you for the report, but unfortunately I couldn't reproduce it.
Can you provide a whole repo and env info, and the log from npm run dump?
Hi,
when doing the stlite Desktop tutorial to convert my Streamlit application to a desktop application I am facing an error.
Essentially,
npm dump
does not create astlite-manifest.json
file:i am using following package.json, tried also with version 0.57.0 of @stlite/desktop:
The text was updated successfully, but these errors were encountered: