development-environmentmigratenpm-install

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?


Solution

  • try installing it globally

    npm install migrate -g