n8n 本地安装与自定义节点调试流程
1:Install n8n using npm
1 | npm install n8n -g |
2:When you are ready to test your node, publish it locally
1 | npm run build |
3:Install the node into your local n8n instance
1 | # In the nodes directory within your n8n installation |
Start n8n
1 | n8n start |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Final!
.png)




