• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Photoshop panel save permission error

Explorer ,
Sep 16, 2020 Sep 16, 2020

Copy link to clipboard

Copied

Hi There,

 

This is my folder setup:

Schermafbeelding 2020-09-15 om 20.16.37.png

I'm trying to export a .json file from the index.js in the client folder. I'm doing this with a node module "file-system": "^2.2.2".

 

fs.writeFile("output.json", data);

 

I get the following error message:

Schermafbeelding 2020-09-16 om 08.52.31.png

I gave all the folders of this project read/write permission. I can't seem to find a solution. How do i avoid this error? Any ideas?

TOPICS
Actions and scripting

Views

208

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Sep 16, 2020 Sep 16, 2020

Ok so i was supposed to give a valid path to a folder in order to write the file. Didn't check that well enough.

Votes

Translate

Translate
Adobe
Explorer ,
Sep 16, 2020 Sep 16, 2020

Copy link to clipboard

Copied

LATEST

Ok so i was supposed to give a valid path to a folder in order to write the file. Didn't check that well enough.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines