We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edf958 commit e610698Copy full SHA for e610698
_snippets/integrations/creating-nodes/testing.md
@@ -2,7 +2,7 @@ You can test your node as you build it by running it in a local n8n instance.
2
3
1. Install n8n using npm:
4
```shell
5
- npm install n8n -g
+ npx n8n
6
```
7
2. When you are ready to test your node, publish it locally:
8
0 commit comments