I\'m trying to write a json file in node.js in the following way:
const fs = require(\'fs\'); fs.writeFile(\'./keywords.json\', JSON.stringify(keywords), fun