Skip to content

Commit e610698

Browse files
authored
fixing npm install
npm install n8n g does not work and lead to several issues on fs and patch-package: https://community.n8n.io/t/n8n-install/39983 n8n-io/n8n-nodes-starter#45 I found npx works like a charm so better to just use it here too as it is meant for new commers.
1 parent 8edf958 commit e610698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_snippets/integrations/creating-nodes/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ You can test your node as you build it by running it in a local n8n instance.
22

33
1. Install n8n using npm:
44
```shell
5-
npm install n8n -g
5+
npx n8n
66
```
77
2. When you are ready to test your node, publish it locally:
88
```shell

0 commit comments

Comments
 (0)