I am creating a CMS with node.js and express.js. I am creating my app.js file and would like to know how to install certain dependencies globally, to avoid having the user install these modules on their own. For instance. The app requires nodemon and the express-generator modules. Those should be installed globally.
Is there a way for me to install these dependencies globally either via the dependencies area or via the scripts area ?
Thank you in advance.