If the need arises, here’s how to fully utilize NodeJS. ```shell npm install -d @types/node ``` ```ts import { writeFile } from "fs/promises"; ... await writeFile(...) ```