A colleague just updated some versions in our package.json and we all pulled and ran npm install. When running npm start everyone was fine except for mine, some problem with a load of files about the types being incorrect. Eventually I updated my version of npm on my system as mine was behind everyone else and that fixed it.
Is there a way to make sure everyone has the same version of npm installed?