jpedro73
jpedro73
NNuxt
Created by jpedro73 on 2/28/2025 in #❓・help
Hi! How to mockup multiples pinia stores?
@kapa.ai The documentation informs that you can only uses one mockNuxtImport per file, right?
9 replies
NNuxt
Created by jpedro73 on 8/4/2023 in #❓・help
Error cannot find module - new nuxt3 app
Hi! After a terrible night, the issue was with yarn 2, that enables the corepack of the nodeJs. Solution: corepack disable
2 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
The Nuxt 3.4.3 have no errors. Thanks to all.
15 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
Hi @dmarr ! Can i DM you?
15 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
Now I'm not in the PC, later I will do it. It's not in the code, because before updated and using the old version, don't receive any error
15 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
Hi @dmarr
15 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
Even installing the pinia dependencies...same errors
15 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
Hi @Orbviox ! I usually use pnpm updated and always worked well. After seeing you msg, tried to update using pnpm dlx nuxi upgrade --force, same errors!
15 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
Hi @Orbviox
15 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
My package.json is:
{
"name": "viasxxi-tailwind",
"private": true,
"engines": {
"node": "18.14.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.1",
"@nuxt/image-edge": "1.0.0-28020728.5df24eb",
"nuxt": "^3.4.2",
"nuxt-icon": "^0.3.3",
"nuxt-lodash": "^2.4.1"
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.15",
"@nuxtjs/tailwindcss": "^6.6.6",
"@pinia/nuxt": "^0.4.9",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.36.1",
"export-to-csv": "^0.2.1",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.28",
"mongoose": "^7.0.4",
"validator": "^13.9.0"
}
}
{
"name": "viasxxi-tailwind",
"private": true,
"engines": {
"node": "18.14.0"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.1",
"@nuxt/image-edge": "1.0.0-28020728.5df24eb",
"nuxt": "^3.4.2",
"nuxt-icon": "^0.3.3",
"nuxt-lodash": "^2.4.1"
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.15",
"@nuxtjs/tailwindcss": "^6.6.6",
"@pinia/nuxt": "^0.4.9",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.36.1",
"export-to-csv": "^0.2.1",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.28",
"mongoose": "^7.0.4",
"validator": "^13.9.0"
}
}
15 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
I 've tried to only update nuxt3.4.1 to 3.4.2 and preserving the pinia/nuxt in the old version 0.4.8, but also receives the same errors
15 replies
NNuxt
Created by jpedro73 on 4/22/2023 in #❓・help
Multiple errors after updated from nuxt 3.4.1 to 3.4.2
No description
15 replies
NNuxt
Created by jpedro73 on 3/14/2023 in #❓・help
Export from json to excel in nuxt3?
the npm export-to-csv is much more friendly https://www.npmjs.com/package/export-to-csv the con ...only export to csv
7 replies
NNuxt
Created by jpedro73 on 3/14/2023 in #❓・help
Export from json to excel in nuxt3?
ok, thanks 🙂 I will deepen the subject
7 replies
NNuxt
Created by jpedro73 on 3/14/2023 in #❓・help
Export from json to excel in nuxt3?
Hi @manniL / TheAlexLichter can you send a repo (stackbliztz or other) os using shetjs in nuxt3?
7 replies