安装MongoDB模块的方法有以下几种:
npm install -g mongodb
npm install mongodb
yarn add mongodb
安装完成后,你可以在项目中引入mongodb模块并使用相关功能。