I am new to strapi and want to start it on development mode. Below are steps I have followed so far
git clone [email protected]:strapi/strapi.git
cd strapi
npm run setup
but then while generating a project somewhere else using the development mode: i am getting error on running below command as
'strapi' is not recognized as an internal or external command operable program or batch file.
strapi new myDevProject --dev
any help? I have uninstalled strapi global as documentation pointed. Anything I am missing. Do I need to install non global version of strapi in the same directory.
Thanks