Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json update #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

taw
Copy link

@taw taw commented Nov 15, 2021

OK, so there are two problems with this repo:

  • it doesn't run at all
  • all components overlap

This PR fixes the first issue so it runs at all (by simple version bump in package.json). It still needs the second version fixed:

Issue 1 error message:

ERROR in src/app.ts:1:31
TS2307: Cannot find module '@nodegui/svelte-nodegui' or its corresponding type declarations.
  > 1 | import { svelteNodeGUI } from "@nodegui/svelte-nodegui";
      |                               ^^^^^^^^^^^^^^^^^^^^^^^^^
    2 |
    3 | import App from "./App.svelte";
    4 | svelteNodeGUI(App, {});

Screenshot 2021-11-15 at 11 23 17

Issue 2 has been reported before (nodegui/svelte-nodegui#70 etc.). I don't know what's the fix for that, as I don't know how to debug NodeGui, but better fix one thing than zero.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant