Skip to content

Commit dacb946

Browse files
authored
docs: update readme faqs (#86)
1 parent 52ec113 commit dacb946

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ You can pass a string as the event name, or an object containing a `name` proper
184184
* If you're debugging live sites, set `debug: true` in your config.
185185
* __Can I use Umami v2/Cloud?__
186186
* Yes. To use Umami v2, set `version: 2` in the Nuxt-Umami config.
187+
* __`nuxt typecheck` fails! What can I do to resolve it?__
188+
* The problem could be tied to `pnpm`'s dependency hoisting. Thanks to [Jeet for discovering this](https://github.com/ijkml/nuxt-umami/issues/85#issuecomment-1868442446). Simply create a `.npmrc` file in the root of your Nuxt project and add `shamefully-hoist=true`. If that doesn't work, I'll be happy to look further into it.
187189
* __Welp, I am getting some CORS errors!__
188190
* Some adblockers like _uBlock_ and _Ghostery_ block Umami Cloud's endpoints. Try to disable your adblockers (yes, all of them). Also, double-check your config and Umami version. If all else fails, host your own Umami instance.
189191
* __How do I set up my own Umami instance?__

0 commit comments

Comments
 (0)