I am trying to install strapi on my local machine after executing npm run develop command I am getting error message.
‘strapi’ is not recognized as an internal or external command,
operable program or batch file.
I am trying to install strapi on my local machine after executing npm run develop command I am getting error message.
‘strapi’ is not recognized as an internal or external command,
operable program or batch file.
Welcome to the Strapi Community @shivaji
Are you sure you executed npm run develop
in the correct directory. If the answer is yes.
Please make sure you run npm install
in the directory first.