I edited a component in my Laravel Forge - Linode server. The server has not reflected the component changes even after:
Nginx resart
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.