starters-and-templates icon indicating copy to clipboard operation
starters-and-templates copied to clipboard

Strapi Next Corporate Starter fail to install

Open maximelebreton opened this issue 3 years ago • 7 comments
trafficstars

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/[email protected] --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

maximelebreton avatar Jul 03 '22 10:07 maximelebreton

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

alatwagestream avatar Aug 30 '22 15:08 alatwagestream

Same here

dziebold avatar Sep 09 '22 15:09 dziebold

Also facing this

ObayaDevOps avatar Oct 03 '22 09:10 ObayaDevOps

Also having issues on corp starter...

PhillipgDF avatar Oct 14 '22 10:10 PhillipgDF

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

iconifyit avatar Dec 08 '22 23:12 iconifyit

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 avatar Dec 08 '22 23:12 iconifyit

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

iconifyit avatar Dec 08 '22 23:12 iconifyit