自动化自托管环境的NPM包安装与更新
中级
这是一个Engineering, Building Blocks, IT Ops领域的自动化工作流,包含 7 个节点。主要使用 Set, SplitOut, N8nTrigger, ManualTrigger, ExecuteCommand 等节点。 自动化自托管环境的NPM包安装与更新
前置要求
- •无特殊前置要求,导入即可使用
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"meta": {
"instanceId": "2039b9ae6bdd2cfe7f6a132b7dee66390e92afbc2ec29f67cafa1edf6cad8d55"
},
"nodes": [
{
"id": "cc07b2ca-27f2-4a0e-92f7-2d0fbc63ab04",
"name": "库集合",
"type": "n8n-nodes-base.set",
"position": [
-520,
260
],
"parameters": {
"options": {
"ignoreConversionErrors": false
},
"assignments": {
"assignments": [
{
"id": "ab1fe8b7-6706-4f59-bc39-1f80726d2890",
"name": "libraries",
"type": "string",
"value": "axios,cheerio,node-fetch"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "f5f22c1a-704b-47db-9f5e-88feb4db75b8",
"name": "手动触发器",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-720,
260
],
"parameters": {},
"typeVersion": 1
},
{
"id": "85f6ad54-a991-407e-b018-fedaa7fb3a4d",
"name": "库数组",
"type": "n8n-nodes-base.set",
"position": [
-300,
260
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "6fb15a6a-7cda-4080-a255-10f85d188854",
"name": "libraries",
"type": "array",
"value": "={{ $json.libraries.split(\",\") }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "19caae56-6cb0-4f90-a4e9-533712a09d14",
"name": "库拆分",
"type": "n8n-nodes-base.splitOut",
"position": [
-100,
260
],
"parameters": {
"options": {
"destinationFieldName": "library"
},
"fieldToSplitOut": "libraries"
},
"typeVersion": 1
},
{
"id": "fe06a42d-21a1-474a-8442-d703f1664c68",
"name": "库安装",
"type": "n8n-nodes-base.executeCommand",
"position": [
120,
260
],
"parameters": {
"command": "=#!/bin/bash\n\n# Get library name from variable\nLIBRARY_NAME=\"{{$json.library}}\"\n\n# Check if library directory exists\nLIBRARY_DIR=\"/home/node/node_modules/$LIBRARY_NAME\"\n\n# Check if library is already installed\nif [ ! -d \"$LIBRARY_DIR\" ]; then\n echo \"Installing $LIBRARY_NAME...\"\n npm install \"$LIBRARY_NAME\"\n \n # Verify installation\n if [ -d \"$LIBRARY_DIR\" ]; then\n echo \"$LIBRARY_NAME was successfully installed.\"\n else\n echo \"Failed to install $LIBRARY_NAME. Please check for errors.\"\n exit 1\n fi\nelse\n echo \"$LIBRARY_NAME is already installed at $LIBRARY_DIR.\"\nfi\n",
"executeOnce": false
},
"typeVersion": 1
},
{
"id": "8b31c25c-0076-4c71-ae70-80c73d1b8220",
"name": "计划触发器",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-720,
100
],
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"typeVersion": 1.2
},
{
"id": "a4a07417-00ce-478e-bcf7-3cc9dd0a75fa",
"name": "实例触发器",
"type": "n8n-nodes-base.n8nTrigger",
"position": [
-720,
440
],
"parameters": {
"events": [
"init"
]
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"libraries_set": {
"main": [
[
{
"node": "libraries_array",
"type": "main",
"index": 0
}
]
]
},
"trigger_manual": {
"main": [
[
{
"node": "libraries_set",
"type": "main",
"index": 0
}
]
]
},
"libraries_array": {
"main": [
[
{
"node": "libraries_split",
"type": "main",
"index": 0
}
]
]
},
"libraries_split": {
"main": [
[
{
"node": "library_install",
"type": "main",
"index": 0
}
]
]
},
"trigger_instance": {
"main": [
[
{
"node": "libraries_set",
"type": "main",
"index": 0
}
]
]
},
"trigger_schedule": {
"main": [
[
{
"node": "libraries_set",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 工程, 构建模块, IT 运维
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
n8n中的简单Google索引工作流
n8n中的简单Google索引工作流
If
Set
Xml
+8
12 节点Joachim Brindeau
营销
Page2Image:将 PDF 转换为 PNG 工作流(支持多页)
使用PDF.co API将PDF转换为PNG(支持多页)
Set
Html
Limit
+8
25 节点Ludwig
构建模块
Docker注册表清理工作流
Docker注册表清理工作流
Set
Ssh
Code
+6
16 节点Muzaffer AKYIL
工程
每日创建Contabo VPS实例快照
每日创建Contabo VPS实例快照
If
Set
Merge
+6
29 节点DUBCOM
IT 运维
AI Arena - AI 代理辩论以优化答案并模拟场景
使用 Mistral 模拟 AI 代理间辩论以优化答案
If
Set
Wait
+13
38 节点Hybroht
工程
🤖 高级 Slackbot(n8n)
🤖 高级 Slackbot(n8n)
If
Set
Code
+9
34 节点Mutasem
工程