Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

migrate command not found error even if migrate is installed

I have executed command - npm install migrate and it has executed successfully. But when I try to execute the command migrate in terminal it gives me error as migrate command not found Please find image here.

Has anyone got the same error?

like image 566
Pooja Potghan-Kadam Avatar asked Mar 18 '16 14:03

Pooja Potghan-Kadam


1 Answers

try installing it globally

npm install migrate -g

like image 146
Nishanth Matha Avatar answered Oct 19 '22 09:10

Nishanth Matha