mongodb 引用错误:未定义文本编码器

j2cgzkjk  于 2022-11-03  发布在  Go
关注(0)|答案(1)|浏览(60)

我尝试在我的代码中使用mongoose。但是当我试图通过添加这段代码来添加mongoose时

const mongoose = require("mongoose");

我得到这个错误:

const utf8Encoder = new TextEncoder();
                    ^

ReferenceError: TextEncoder is not defined

另外我在Ubuntu 20.04中使用mongodb,有人告诉我重新安装mongo没有用

wvt8vs2t

wvt8vs2t1#

我下载了节点js的最新版本,但每当我在超级终端上用节点--版本命令检查它时,它显示我版本10 enter image description here
enter image description here

相关问题