@ferchy/n8n-nodes-aimc-toolkit 0.1.41 → 0.1.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -90,8 +90,10 @@ Please return only the JavaScript code for the AIMC Code node.
90
90
 
91
91
  ## Python Support (AIMC Code)
92
92
 
93
- Python runs inside the same host/container as n8n, so **Python must be installed there**.
94
- This package does **not** run postinstall scripts or auto-install Python during npm install.
93
+ Python is optional. **JavaScript works out of the box.**
94
+ If you switch the node to Python mode, Python must be installed on the same host/container where n8n runs.
95
+
96
+ We do **not** auto-install Python during npm install because system-level installs are fragile in Docker/Coolify and often fail or get blocked. This keeps installs reliable and avoids broken deployments.
95
97
 
96
98
  **Options in the node**
97
99
  - **Python Path**: path to the Python binary (default `python3`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ferchy/n8n-nodes-aimc-toolkit",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "AIMC Toolkit nodes for n8n: code execution and media operations.",
5
5
  "license": "MIT",
6
6
  "author": "Ferchy",