Skip to content
Discussion options

You must be logged in to vote

I did resolve this by writing in tsconfig.json > compilerOptions:

    "paths": {
      "@tauri-apps/api/tauri": ["./node_modules/@tauri-apps/api/tauri"]
    },

But this doesn't explain why I get the error in the first place (and not everybody else).

Update 1:
I run an Ubuntu docker container and with minimal copying of my existing setup this and other errors are not present. Now I need to figure out why is that.

Update 2:
I think I know what was wrong. I had to run CocUpdate and wait for coc plugins to update (including tsserver). After this, all errors magically disappear.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@CristhianMotoche
Comment options

Answer selected by Andrew15-5
Comment options

You must be logged in to vote
2 replies
@Andrew15-5
Comment options

@l1xnan
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants