strapi-starter-next-ecommerce icon indicating copy to clipboard operation
strapi-starter-next-ecommerce copied to clipboard

npm dependencies won't install

Open EMurrell opened this issue 3 years ago • 1 comments

When trying to get started with npx create-strapi-starter my-site next-ecommerce, the following error is thrown:

Installing strapi/strapi-starter-next-ecommerce starter

  • Installing dependencies:Command failed with exit code 1: yarn install 'yarn' is not recognized as an internal or external command, operable program or batch file.

EMurrell avatar May 11 '21 16:05 EMurrell

You must install dependencies with the "npm install" command and not with the "yarn" command. Warning! There are dependencies conflicts, so I tried with --force and I think it's ok.

polnio avatar Jun 09 '21 15:06 polnio