// Convert Buffer to String in Node.JS const someBuffer = Buffer.from("Hey", "utf-8"); someBuffer.toString(); // <= Use the toString() method