You are reading a single comment by @user6533 and its replies. Click here to read the full conversation.
  • It through me off at first, thinking I couldn't write files at all, but I can write .txt and .js files, but when I try to write .json files, I get this error:

    ERROR: Unable to write file : INVALID_NAME

    fs.writeFileSync('/test.json', "{}");
    
About

Avatar for user6533 @user6533 started