started not too long ago, but having issues. We are trying to add mastra to an existing nextjs application on next 15 and react 19. We're coming across some dep issues common with next 15 and react 19 - quick fix is to run install commands with --force. When we try to init mastra it runs npm install commands for some dependencies(mastra memory, google ai sdk, etc) and we get this issue as a result. Is there a way to add the --force flag to the install steps.
Alternatively, we manually installed them individually with the flag. But this meant the init step didn't complete fully? We do not have mastra in a src folder but instead in just the root directory. (. instead of /src). So when we try to run the mastra playground, we are hit with the error in the last image. We can just move it to a src folder but idk.
Have y'all come across these before?