Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

peterdickins's avatar

NPM Issue During Deploy

Hi,

I have a Laravel / Vue app. I added the following 2 lines to the deplyment script to create the assets on the server.

npm install
npm run build

This has caused an issue, and now build is in the url for all pages, for example:

http://domain.com/build/auth/login

How can I fix this?

0 likes
3 replies
peterdickins's avatar

@MohamedTammam thank you, so if I do that, are the commands I added to the deply script correct for installing a Vue application?

Please or to participate in this conversation.