-
## nuxt升级到nuxt2过程踩坑
```
jackieli@DESKTOP-1U117IU MINGW64 /f/jackieli/my-github/nuxt-blog (master)
$ npm install nuxt@2.0.0 --save
"nuxt-edge": "^2.0.0-25428457.c59acdd",(这个可以)
"nuxt": "^2.0…
-
**Describe the bug**
I'm trying to relocate my Vercel projects to Cloudflare through NuxtHub. I'm using Prisma ORM with Supabase and on Vercel deploy the project works as expected, but in Cloudflare …
-
My images are located in another directory, where I put them dynamically.
I set 'dir' in config like this:
```
image: {
dir: process.env.IMAGES_PATH
}
```
And it works fine when…
-
### Version
@nuxtjs/supabase: 0.3.0
nuxt: 3.0.0
Cloudflare Workers:
- wrangler deploy failed
ReferenceError: global is not defined
Vercel Edge
- after deploy
ReferenceError: global is not …
-
It seems like `this.nuxt` is not defined at cacheRenderer (node_modules/nuxt-cache-module/src/index.js:23:13)
Using Nuxt 3.5
```
"devDependencies": {
"@apollo/client": "^3.7.12",
"@gr…
-
### Describe the bug
Hello,
First of all, thank you for building this project.
I'm working on a Nuxt project with i18n but I can't make `histoire` work correctly. I've been looking for the sou…
-
### Issue
Encountered an error while trying to install package on project. The error prompted was the following one:
```
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tr…
-
### UnoCSS version
0.61.0
### Describe the bug
using windicss extractions to dynamicaly render styles causing unexpected animation. even thought i'm not using any sort of transition or animation
…
-
Running into the same issue as discussion, Layer works locally but when changed to Github repo. It failed with this:
`Failed to resolve import "/lang/en.json" from ".nuxt\i18n.options.mjs"`
I've c…
-
I would like to explore the possibility of serving (`/_hub/images/**`) as well a transforming them using [photon](https://github.com/fineshopdesign/cf-wasm/tree/main/packages/photon).
The transformer…