Hi there,
I have a Laravel application that has some node modules, that have to be installed. In the Deployment Hooks, “Install NPM Packages” is enabled, but after the deployment, there is no node_modules folder.
When I cd
to the release directory and run npm ci
, the required modules are getting installed into the node_modules folder and everything runs as expected.
Is there maybe a bug with “Install NPM Packages”?
Thanks!
Sebastian