@WebStormIDE Hey - is there a way to get Webstorm to recognise `package-lock.json` vs `yarn.lock` within a project and set the package manager accordingly? Or does it need to be set manually per project?
This should work like that for all new projects (without .idea folder) that you open in WebStorm. Please make sure that you haven't explicitly set npm as a package manager for the new projects (menu File - Other Setting - Settings for new projects).