-
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: {
…
-
After switching to this package in my project, I receive the following error.
```
WARN Failed to load preset: "@storybook-vue/nuxt/preset"
ERR! Error: Cannot find module '/home/runner/work/nuxt…
-
Hi,
I see that the build config is invalid for Nuxt 3, any idea if this tool can be used with Nuxt 3?
```
build: {
html: {
minify: {
decodeEntities: false
}
}
}
…
-
Hello, i start new project with Nuxt3 and have some issue, use @nuxtjs/svg-sprite@1.0.2, typescript@5.1.3, nuxt@3.5.3
```
// nuxt.config.ts
export default defineNuxtConfig({
modules: ['@nuxtjs/s…
-
Hi there,
I tested this module in NuxtJS3, which did not work out, so I guess it's not yet ready for NuxtJS3.
But if I'm wrong, I really appreciate examples or a documentation showing the usage…
-
Hi, I found your module while searching for an easy way to use a `features` folder in my Nuxt 3 app. Your concept of areas is similar. Unfortunately, no new commit has been made since 2022, do you sti…
-
i cant get this module to run in nuxt3.
nuxt.config.ts:
` buildModules: [
['@nuxtjs/router', { keepDefaultRouter: true }]
]`
error while running:
Cannot start nuxt: Cannot…
-
Modularization of the application into separate repositories after completing upgrade
-
Após atualizar a versão do Nuxt3, o código quebrou no build aparecendo este erro:
```[nuxt] [request error] require() of ES Module ~/nuxt3-app/.output/server/node_modules/node-fetch/src/index.js fr…
-
Got this error with latest version of Node.js when trying to install project dependencies:
```bash
error @intlify/nuxt3@0.2.4: The engine "node" is incompatible with this module. Expected version …