vuestorefront / storefront-ui

A frontend library for React and Vue that helps developers quickly build fast, accessible, and beautiful storefronts. Made with 💚 by Vue Storefront team and contributors.
https://storefrontui.io
MIT License
2.35k stars 455 forks source link

fix: production build issue #3236

Closed Szymon-dziewonski closed 2 weeks ago

Szymon-dziewonski commented 1 month ago

Related issue

Closes #

Scope of work

Nuxt application wasn't working properly when running yarn build then yarn serve because of

[nuxt] [request error] [unhandled] [500] Cannot find module ‘/var/www/apps/preview/nuxt/.output/server/node_modules/vue/server-renderer/index.mjs’ imported from /var/www/apps/preview/nuxt/.output/server/chunks/routes/renderer.mjs

Seems like yarn.lock is broken, regenerating it, solves issue

Screenshots of visual changes

Checklist

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: 5a7a7a93857f4c71fd7b728e514fe9cd31e9c46c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR