If I run npm install to add any new node package after creating a project with forge create, node shows dependency errors and asks to run npm audit fix force which
downgrades the default @forge/react from version 11.1.0 to 9.1.* in package.json. Then running forge deploy and forge install throws errors and asks to contact Atlassian.
How to resolve this npm install issue?
Forge version: 11.3.0, node v: 22.14.0, @forge/react: ^11.1.0, react: ^18.2.0