Run your node locally
Last updated
Was this helpful?
Was this helpful?
n8n startMake sure you search using the node name, not the package name. For example, if your npm package name is `n8n-nodes-weather-nodes`, and the package contains nodes named `rain`, `sun`, `snow`, you should search for `rain`, not `weather-nodes`.# Navigate to your .n8n directory and run:
mkdir custom
cd custom
npm init