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

edpmartinez's avatar

Update Vue Components in Larvel Forge

I edited a component in my Laravel Forge - Linode server. The server has not reflected the component changes even after:

  1. Nginx resart
  2. Full server restart.

Change is already reflected in my local valet server that I use to push code from. (worked after an npm run install.)

I did an SSH and also tried to do npm run production or npm restart but there is an error :ENOENT: no such file or directory, open '/home/forge/package.json' This is related to npm no being able to find a file.

Anything I'm missing here?

0 likes
1 reply

Please or to participate in this conversation.