Skip to content

Commit

Permalink
fixing npm install
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
soheilade authored Feb 9, 2024
1 parent 8edf958 commit e610698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _snippets/integrations/creating-nodes/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ You can test your node as you build it by running it in a local n8n instance.

1. Install n8n using npm:
```shell
npm install n8n -g
npx n8n
```
2. When you are ready to test your node, publish it locally:
```shell
Expand Down

0 comments on commit e610698

Please sign in to comment.