You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey,
As mentioned in the title, what is the best way to upgrade a Nuxt Bridge version (the app is already with Nuxt Bridge)?
Currently, I'm upgrading with the steps below:
nuxt-edge
by usingpnpm -i up --latest
nuxt-bridge
by running the commandpnpm install -D @nuxt/bridge@npm:@nuxt/bridge-edge
pnpm build
+pnpm start
andpnpm dev
Another (and seems to be more stable):
"@nuxt/bridge": "npm:@nuxt/bridge-edge@latest"
in thepackage.json
pnpm i
I didn't find any documentation about the process to follow.
⚠The update process is critical since I'm often stuck for few hours with upgrade problems, like this one (currently 😅):
Beta Was this translation helpful? Give feedback.
All reactions