Multiple errors after updated from nuxt 3.4.1 to 3.4.2
Hi!
The first error is:
Error parsing JavaScript expression: Unexpected token, expected "," (1:10)

6 Replies
The second error is:

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
My package.json is:
Just to confirm, did you upgrade Nuxt using nuxi? That would be the best way
Second,
@pinia/nuxt
needs pinia
as a dependency; I can't say if it was working without it for you previously, it never did for me and doing research, it should be added as a separate dependencyHi @Orbviox
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!
Even installing the pinia dependencies...same errors
can you try the 'debug npm script' vs code command and see if 'pause during uncaught exceptions' triggers?
you could also try linting to see where the error is. it's most likely your code somewhere
Hi @dmarr
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
Hi @dmarr !
Can i DM you?
The Nuxt 3.4.3 have no errors.
Thanks to all.