This function installs the dependencies for a Passenger application.
Note:
This function starts the installation process. This may take a long time to complete.
Important:
When you disable the Web Server role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ PassengerApps \ ensure_deps \ type='npm' \ app_path='/home/example/my-app/'
{- "apiversion": 3,
- "func": "ensure_deps",
- "module": "PassengerApps",
- "result": {
- "data": {
- "sse_url": "/sse/UserTasks/00000000_5c6c8b18228a35/ensure_deps.log",
- "task_id": "00000000/5c76ec5566332c"
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}