Closed Pe-te closed 4 months ago
@Pe-te Unfortunately no, You could look into using an image with node already present to make the process faster but since this module is completely based on nodejs and npm, there's no wayaround of skipping installation for them.
Closing the issue since question is answered.
@Pe-te Purely informational, you could have a go with https://github.com/nexe/nexe or https://github.com/vercel/pkg?tab=readme-ov-file or follow the NodeJS initiative https://nodejs.org/api/single-executable-applications.html
Hi, we have the following steps in our build pipeline:
Install npm also install nodejs, so this step takes 1:20 minutes already. Install oa2pm2 with npm takes around 10 seconds. The actual script usage is only 5 seconds.
Is there maybe a faster way to get a runnable version "installed" in the pipeline?