Hey!
Is there a hard requirement to install them globally? Ideally the package.json defines what's required by a single project.
Most globally used packages like eslint and nodemon can also be installed locally, and be reference in node_modules/.bin 🙂
Hope this helps. Let me know if you need to know anything in particular!