May 28, 2021
0
Level 2
> mix --production does nothing
Hi! I want to deploy my project to a hosted server.
npm install ran OK.
after npm run prod command npm run production
production mix --production
the terminal is not showing any activity for a long-long time and laravel mix is not compiled.
After googling some help: node node_modules/laravel-mix/bin/cli.js
command works spearatelly bit only the DEV
How could I get working the npm run prod command? Thanks Gergely
Please or to participate in this conversation.