Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Compile assets with node and laravel mix

celmer
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 9, 2020

I am trying to deploy an application, when running the command npm install it creates the node_modules inside the docker but does not run npm run prod and the error says that can not find the node modules.

pipelines:
default:
- step:
name: comandos npm
image: node:10.15.0
caches:
- node
script:
- npm -v
- apt-get update && apt-get install -y unzip
- npm install --global cross-env
- npm install
- ls -la
- npm run prod


0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events