Hi,
I’ve just created a brand new project in the Ionic Appflow system by using the New App button. Checking it out and trying to npm install, I get:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vk-reference@0.0.1
npm ERR! Found: @angular/platform-browser@undefined
npm ERR! node_modules/@angular/platform-browser
npm ERR! @angular/platform-browser@“^16.0.0” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/platform-browser@“16.2.6” from @angular/forms@16.2.6
npm ERR! node_modules/@angular/forms
npm ERR! @angular/forms@“^16.0.0” from the root project
I’m on a fresh install of Ionic on this machine with Node v18.18. What’s the best way to unbreak the new project? Thanks,
David