-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copying icons fails on second run if source directory is read-only #4973
Comments
netroy
added a commit
to netroy/n8n
that referenced
this issue
Feb 8, 2023
…he source path Fixes n8n-io#4973 & n8n-io#5274
netroy
added a commit
to netroy/n8n
that referenced
this issue
Feb 8, 2023
…he source path Fixes n8n-io#4973 & n8n-io#5274
netroy
added a commit
that referenced
this issue
Feb 8, 2023
Hey @K900, It looks like this should be resolved now, I am going to mark it as closed. If you are still seeing this issue let me know and we can look into it again. |
Thanks, it is in fact resolved, I thought the PR would auto-close this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When the node_modules directory is read-only, the icon copying code will also copy the icon files as read-only, and fail to overwrite them on the next startup.
To Reproduce
Steps to reproduce the behavior:
chmod -R -w node_modules
Expected behavior
n8n starts correctly.
Environment (please complete the following information):
own
,main
andqueue
. Default isown
] ownAdditional context
The NixOS packaging model requires things to be read only, so we currently can't update n8n to the versions that added the icon copying code.
The text was updated successfully, but these errors were encountered: