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?
try installing it globally
npm install migrate -g