Node.js and mongodb installation problem fix, ReferenceError for Text Encoder

preview_player
Показать описание
const utf8Encoder = new TextEncoder();
^
ReferenceError: TextEncoder is not defined

const {TextDecoder, TextEncoder} = require("util")

This will work, comment or reach me for further queries.
Рекомендации по теме
welcome to shbcf.ru