strapi / starters-and-templates

Monorepo for all official Strapi v4 templates
MIT License
327 stars 117 forks source link

Strapi Next Corporate Starter fail to install #48

Open maximelebreton opened 2 years ago

maximelebreton commented 2 years ago

Hello,

I tried to install the Strapi Next Corporate Starter, but it fails to install...

I tried with Yarn and NPM, quickstart, and custom install, same problem. I'm running on Windows 10, Node 16.15.1, NPM 8.13.2, Yarn 1.22.5

Creating a quickstart project.
Creating a new Strapi application at C:\Users\****\Documents\backend.
Creating files.
Installing @strapi/template-corporate template.
Error: ⛔️ Template installation failed: Command failed: npm install @strapi/template-corporate@1.0.0 --no-save --silent

    at createProject (C:\Users\****\AppData\Local\Yarn\Data\global\node_modules\@strapi\generate-new\lib\create-project.js:82:15)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async createQuickStartProject (C:\Users\****\AppData\Local\Yarn\Data\global\node_modules\@strapi\generate-new\lib\create-quickstart-project.js:23:3)
error Command failed.
Exit code: 1

Thanks for your help

alatwagestream commented 2 years ago

Has this been looked at all? I'm getting the same!

dziebold commented 1 year ago

Same here

ObayaDevOps commented 1 year ago

Also facing this

PhillipgDF commented 1 year ago

Also having issues on corp starter...

iconifyit commented 1 year ago

I'm having the same issue with the Ecommerce starter.

iconifyit commented 1 year ago

I went into the create-starter node_module and turned off the --silent flag. This is what it says. The error seems to be happening because the next-commerce package no longer exists at the specified location in npm.

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/next-ecommerce - Not found npm ERR! 404 npm ERR! 404 'next-ecommerce@latest' is not in this registry. npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

iconifyit commented 1 year ago

After a little digging, it looks like the above starters are probably v3.x starters, which are deprecated. I found what I need here : https://github.com/strapi/starters-and-templates