[error] Error: EACCES: permission denied,

hello. what should i do?
9 Mar 10:55:04 - [info]

Welcome to Node-RED

9 Mar 10:55:04 - [info] Node-RED version: v1.2.9
9 Mar 10:55:04 - [info] Node.js version: v8.10.0
9 Mar 10:55:04 - [info] Linux 5.4.0-66-generic x64 LE
9 Mar 10:55:05 - [info] Loading palette nodes
9 Mar 10:55:05 - [error] Failed to start server:
9 Mar 10:55:05 - [error] Error: EACCES: permission denied, unlink '/home/krittapak/.node-red/.config.nodes.json.backup'

I'd check if the files in your ~/.node-red directory are owned by the correct user (krittapak in your case).

How did you start Node-RED? Did you - by any chance - run it as root before? That would explain the permission issues.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.