The idea is:
lodash is an invaluable helper library for writing short and readable functions. It is already loaded for n8n code, so making it available for code in function nodes would be cheap - I suppose.
If there are reasons not to, maybe it could be a config option available also to users of n8n.cloud
My use case:
Writing workflows with functions using lodash, and I always feel a bit guilty when sharing them to the public registry, as many people won’t be able to use them when they can’t modify their n8n setup to allow lodash usage.
I think it would be beneficial to add this because:
Quicker and simpler function development with an established swiss-army knife utility library.
Are you willing to work on this?
Sure ![]()