(CVE-2025-55182) studio prototyper keeps saying it is unable to find the version of next js 15.2.6 which has the security patch. My package management is through packages.json and 15.2.6 is not available. What to do? I am unable to publish new updates to the app due to build erroring with CVE-2025-55182
What’s the full error message you see?
Try `npm cache clean --force` first?
I use the prototyper. The prototyper goes back to next 15.2.5 after the error. It doesn’t show the error since it tries to auto fix the packages.json.
Force cleaning the cache will only delete the packages in the cache right?
Right it only delete the cache and you can redownload them again. You may need to go to Code View to continue debugging.
I dont think what you suggest is the right approach. I am trying out the solution for React/Next versions cause failure to publish app even after version update to run “npx --yes fix-react2shell-next” from terminal. Seems to work for most apps. 1 more app to go
Oh great, glad to hear `npx --yes fix-react2shell-next` is working.
Je rencontre le même problème de déploiements depuis deux jours et cette commande (« npx --yes fix-react2shell-next » dans le terminal) a effectivement réglé mon problème merci