Hello community 
I’ve been working on a Forge app that was deploying fine before.
After upgrading to the latest Forge CLI, I started getting this error during forge deploy:
Nothing changed in my code except the CLI upgrade.
Has anyone faced this issue after upgrading Forge CLI, or knows the proper way to fix it?
Thanks in advance 
1 Like
I get this message when I upgrade Forge CLI and forget to upgrade my dependencies. If you have not done so, try updating npm too with:
npm install -g npm@latest
Npm’s current version is 11.7.0. Hopefully that does the trick!
Hello, thank you for your response. I’ve upgraded npm and ran the command you mentioned. My current npm version is 11.8.0, but I’m still encountering the same error.