Description
Can’t get a private npm package ( Gitlab repo package, needs npmrc file to download etc) in n8n. I tried to install it in my custom node as in the n8n repo.
tried installing/linking the private package in my node,
tried installing/linking the private package in the n8n folder,
tried exporting/setting NODE_FUNCTION_ALLOW_EXTERNAL =*
I’m missing something here and i dont know what exacly.
Without my private packages, n8n and the custom nodes work fine.
What is the error message (if any)?
Error loading node “NodeName” from: “C:\Users\user\AppData\Roaming\nvm\v16.16.0\node_modules\n8n\node_modules\n8n-nodes-starternode\dist\nodes\NodeName\NodeName.node.js” - ENOENT: no such file or directory, open ‘./keys/private.key’
The project just won’t launch
Information on your n8n setup
- **n8n version: 0.213.0
- **Database you’re using (default: SQLite):default
- **Running n8n with the execution process [own(default), main]: default
- **Running n8n via [Docker, npm, n8n.cloud, desktop app]: npm i -g n8n => n8n start