mongdb 统计 cannot run map reduce without the js engine' on server llad 2022-09-23 155 阅读1分钟 解决办法一:修改mongdb配置文件 1.vim /etc/mongod.conf 2.将security: javascriptEnabled: false修改为security: javascriptEnabled: true