Ayushman Chhabra

Results 118 comments of Ayushman Chhabra

Try building using #1049

Give #1049 a try. To run the desktop app directly, run the [`desktop-run`](https://github.com/piskelapp/piskel/blob/f84ab1068f616eea15f3ae77dc434d7ff7dbec4d/package.json#L31) command in your terminal (after installing dependencies using whatever package manager - npm, yarn, etc). To build...

Create a repo using the `Import from GitHub` option on the Create Repl dialog, add a `.replit` file, add the `dev` command from the package.json using the package manager of...

Recently ran into this issue myself (my setup is CRA though). This means your bundler doesn't understand JSX syntax. My workaround was [exposing](https://github.com/ayushmxn/react-email-editor/commit/ffc3abdda1739b9511d3255fcd1b4fb8b9c07855) the `lib` directory instead of downloading the...

This usually happens when the `` (or similar) is not in the `body` of your HTML file. Hence `ReactDOM` doesn't know where to mount the component (entry point of your...

Closing this for now. Feel free to post any questions related to building NW.js on the mailing list.

https://learn.microsoft.com/en-us/windows/win32/seccrypto/using-signtool-to-sign-a-file This is what I could find in Microsoft's docs

Resolved by #661