Skip to content

Commit

Permalink
use full path for npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Nov 12, 2023
1 parent 183b208 commit 78dff05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/bpmn-server/service.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"execservice": { "id": "node" },
"execcwd": "${SERVICE_HOME}",
"setup": {
"win32": ["; npm install"],
"win32": ["; ${NODE} ${NODE_HOME}\\node_modules\\npm\\bin\\npm-cli.js install"],
"darwin": ["; ${NODE} ${NODE_HOME}/lib/node_modules/npm/bin/npm-cli.js install"],
"linux": ["; ${NODE} ${NODE_HOME}/lib/node_modules/npm/bin/npm-cli.js install"],
"default": ["; ${NODE} ${NODE_HOME}\\node_modules\\npm\\bin\\npm-cli.js install"]
Expand Down

0 comments on commit 78dff05

Please sign in to comment.