skip to Main Content

I just upload script (laravel + vue.js) to CPanel , and every thing works fine,
but i need to make some changes in vue js components.
my question is there any method to run npm commandes directly on cpanel?

npm run dev
npm run watch

i already saw some examples about ssh login key but no solution.

2

Answers


  1. Chosen as BEST ANSWER

    i should return to my project on local and do modifications after that push code again


  2. In Cpanel I found the terminal,
    I open it and cd to the laravel project path and run any npm or artisan command,

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search