-
### Environment
- Operating System: `Linux`
- Node Version: `v17.1.0`
- Nuxt Version: `2.16.0-27305297.ab1c6cb4`
- Package Manager: `yarn@1.22.17`
- Bundler: `Webpack`
- User C…
-
Can't seem to be using Lucid via npm with Nuxt3 because of the following error:
_Top-level await is not available in the configured target environment_
Tried adapting targets to no avail. An…
-
### Describe the bug
Hello,
I am currently trying to use NuxtIcon in a Histoire story, but I am encountering an issue with the color not being rendered correctly.
When I use the NuxtIcon in my …
-
If I want access vueApp.__VUE_I18N__.global.t or vueApp.__VUE_I18N__.global.locale it works only when I run npm run dev. In production mode it gives "Cannot read properties of undefined (reading 'glob…
-
With Nuxt3 installing the plugin like this: https://github.com/fawmi/vue-google-maps#nuxt-3-usage
I get this error: `The requested module '/_nuxt/node_modules/fast-deep-equal/index.js?v=53c762e2' doe…
-
```
//nuxt.config.ts
modules: [
'@vueuse/nuxt',
'@pinia/nuxt',
'@nuxtjs/color-mode',
'nuxt-proxy',
],
proxy: {
options: {
target: 'https://localhost:8100',
…
-
### Environment
------------------------------
- Operating System: `Linux`
- Node Version: `v16.11.1`
- Nuxt Version: `3-3.0.0-27235451.ece0e01`
- Package Manager: `Yarn`
- Bundler:…
-
Latest nuxt and vue with same features as existing if not improved may need to rewrite unsupported modules.
-
Hi,
I am using **nuxt 2.8.1**. with spa mode After Installing the package and adding the following configuration nuxt.conf.js
```
{
modules: [
'nuxt-stripe-module',
],
stripe: {
…
-
Hi, I'm having typescript error saying that cannot find module in "#supabase/server" even tho everything works fine, it's just that error. Tried in VS Code, Nvim and got same error. For now i use // @…