diff --git a/js/custom-nodes-manager.js b/js/custom-nodes-manager.js index dc53e57f..3370b5f8 100644 --- a/js/custom-nodes-manager.js +++ b/js/custom-nodes-manager.js @@ -1229,7 +1229,7 @@ export class CustomNodesManager { const res = await api.fetchApi(`/customnode/${api_mode}`, { method: 'POST', - body: JSON.stringify(data) + body: JSON.stringify({ ...data, noDeps: true }) }); if (res.error) {