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
{{ message }}
This repository was archived by the owner on Feb 20, 2025. It is now read-only.
I just created this very simple project using create-nuxt-app, and tweaked:
a few components.
installed one additional npm project (@builder.io/sdk-vue)
updated nuxt.config.js
added vercel.json
For some reason, my build crashes with a yarn.lock mismatch error, even though running yarn install locally does not update my yarn.lock. I tried deleting the file and re-creating it by running yarn, but I still get the exact same lockfile.
The error I get is:
19:12:42.931 | error Your lockfile needs to be updated, but yarn was run with `--frozen-lockfile`.
19:12:42.931 | info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
19:12:42.969 | Error! Command "yarn install" exited with 1
19:12:43.075 | Error: Command "vercel build" exited with 1
Uh oh!
There was an error while loading. Please reload this page.
Hey all,
I just created this very simple project using
create-nuxt-app
, and tweaked:@builder.io/sdk-vue
)nuxt.config.js
vercel.json
For some reason, my build crashes with a
yarn.lock
mismatch error, even though runningyarn install
locally does not update myyarn.lock
. I tried deleting the file and re-creating it by runningyarn
, but I still get the exact same lockfile.The error I get is:
The project in question is here: https://github.com/samijaber/builder-nuxt
The text was updated successfully, but these errors were encountered: