How to import external Library in global n8n?

Hey @Jon,

Yes.
1.npm i -g axios moment uuid node-svn-ultimate azure-devops-node-api
2.export NODE_FUNCTION_ALLOW_EXTERNAL=“axios,moment,uuid,node-svn-ultimate, azure-devops-node-api”

By running these I can able to use them in the function node.

Thanks for the help !!! @Jon

1 Like