-
Hi @Gomah,
I am currently using the `nuxt-graphql-request` module in my project [NuxtCommerce](https://github.com/zackha/nuxtcommerce) Previously, I was using the `@nuxtjs/apollo` module, but due t…
-
### Environment
Node: v18.19.1
Nuxt: 3.8.0 / 3.9.0 / 3.12.0 (latest)
### Reproduction
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: stocken@und…
-
The following error was produced during nuxt-generate:
```[fatal] Nuxt build error
ERROR in test/unit/Blog.spec.ts:37:24
TS2749: 'Blog' refers to a value, but is being used as a type here. …
rlam3 updated
3 years ago
-
Working with
```json
"@nuxt/image-edge": "^1.0.0-rc.1-28164352.ad7c010",
"nuxt": "^3.6.5",
```
```js
image: {
format: ['webp'],
provider: 'ipx',
ipx: {
modifiers: {
…
-
```
[10:18:37] WARN Duplicated imports "useTrackEvent", the one from "/Users/bean/Projects/GitHub/HADB/hadb.me/node_modules/.pnpm/@nuxtjs+plausible@1.0.2_magicast@0.3.4_rollup@4.19.1/node_modul…
HADB updated
3 months ago
-
Fresh Nuxt 3 project, after running `npx nuxi@latest module add storybook`, following packages are installed:
```json
"dependencies": {
"@nuxtjs/storybook": "^8.2.0",
"nuxt": "^3.13.0"…
-
![Снимок экрана 2022-11-25 в 07 47 13](https://user-images.githubusercontent.com/30772868/203903436-2f78cca1-6e1d-4628-807e-03c939093f61.png)
### Version
create-nuxt-app: 5.0.0
npm: 9.1.2
no…
-
I'm getting a similar error:
`Property X does not exist on type 'CreateComponentPublicInstance'.ts-plugin(2339)`
Where `X` is any function or variable in the utils folder. The app works fine on…
-
I'm getting the following error on pretty much the same code as one of the running instances in now -- this has worked before. And any of the old code that has built in the past is still erroring out.…
fofiu updated
2 months ago
-
NodeJS appears to be using Prism on the server side: view source e.g. [here](https://nodejs.org/en/docs/guides/timers-in-node/) and look at the class names. Is that enough to feature it?