Replies: 1 comment 2 replies
-
Try to increase timeout for this command. I think your npm install is too long and Deployer tries to kill it but unsuccessfully. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Deployer Version
7.5.12
Target OS
Ubuntu 24.04.2 LTS
Which PHP version are you using?
PHP 8.2
Content of deploy.php or deploy.yaml
Steps to reproduce
Hello everyone,
During deployment, the process fails when executing
npm:install
:I’ve tried using both the
npm
contrib recipe and thewebpack-encore
contrib recipe, but the issue persists.Interestingly, running
npm ci
manually works without any issues.NPM Version: 10.2.4
Has anyone encountered this issue before or might have an idea how to fix it?
Any help would be greatly appreciated!
Thanks in advance 🙌
Beta Was this translation helpful? Give feedback.
All reactions