Hi, hope someone has a tip for me to get the @pure sedge's cookie-control module running properly... When I add the module to my nuxt.config.ts, add the boilerplate useCookieControl() code to my app.vue and start nuxt, I get an error along the lines of
ERROR Failed to resolve import "C:UsersM...
ode_modules@dargmuesli
untimecomposables" from "node_modules\@dargmuesli\nuxt-cookie-control\dist\runtime\components\CookieIframe.vue". Does the file exist?
Same error for CookieControl.vue. Basically it's having issues with resolving the useCookieControl(), I guess...
The C:UsersM... path is a long path specification to my project without path separators.
it looks like the \s in the path are being interpreted as special characters... All directories start with capitals and the first one that isn't (from \node_modules) is being interpreted as a newline character... and the \runtimecomposables is also misinterpreted?!? Or is this only when printing the error?
Yes, I am on a Windows machine. But, I have no issues with other modules that I have added to this same nuxt project (except nuxt-mail, which I've disabled for the time being)...
BTW, I do get a Type instantiation is excessively deep and possibly infinite. warning in VSCode for the modules array when I add nuxt-cookie-control, but I'm going to assume it's not related (no idea what it means or implies)...
Any known issues that I (apparently) do not know?
Note that upgrading to Nuxt v3.3.1 made no difference. Also, I'm using @pure sedge/nuxt-cookie-control v5.2.1