[SOLVED] Hey all !
I’m working with Finsweet Developer Starter and I’m having an error on Github since today when I tried to push my code to NPM with the “changeset” command.
You can see the error message on the screenshots.
It seems that my last “pnpm install” command created an error with the pnpm-lock.yaml file.
I tried the command “pnpm install --no-frozen-lockfile” and then a “changeset” command but the error keeps showing in Github.
I tried with another project working great today that I pushed a few hours ago. I opened it again, ran pnpm install, ran pnpm changeset, and then the error appears on Github. No update to my code except the “pnpm install” command.
There is something wrong and I can’t figure it out.
Thanks for your help.