Bug Description
Since my organization name on GitLab has dot (.) in it, I can't just start create or build using n8n cli.
It throws "Must start with 'n8n-nodes-' or '@org/n8n-nodes-'. Examples: n8n-nodes-my-app, @mycompany/n8n-nodes-my-app" error.
To Reproduce
Following https://docs.n8n.io/connect/create-nodes/build-your-node/using-the-n8n-node-tool#run-n8n-node-without-installing,
- Execute
pnpm create @n8n/node@latest
- Create new n8n node that has scope on its name. In my case
@net.christianto/....
Enter, then it shows error.
Expected behavior
It should accept scope name that contains dot in it.
Debug Info
This only applies to N8N CLI.
Operating System
Ubuntu 22.04.5 LTS
n8n Version
Node.js Version
v24.14.1
Database
PostgreSQL
Execution mode
main (default)
Hosting
self hosted
Bug Description
Since my organization name on GitLab has dot (
.) in it, I can't just start create or build using n8n cli.It throws "Must start with 'n8n-nodes-' or '@org/n8n-nodes-'. Examples: n8n-nodes-my-app, @mycompany/n8n-nodes-my-app" error.
To Reproduce
Following https://docs.n8n.io/connect/create-nodes/build-your-node/using-the-n8n-node-tool#run-n8n-node-without-installing,
pnpm create @n8n/node@latest@net.christianto/....Enter, then it shows error.
Expected behavior
It should accept scope name that contains dot in it.
Debug Info
This only applies to N8N CLI.
Operating System
Ubuntu 22.04.5 LTS
n8n Version
Node.js Version
v24.14.1
Database
PostgreSQL
Execution mode
main (default)
Hosting
self hosted