starters-and-templates
starters-and-templates copied to clipboard
Strapi Next Corporate Starter fail to install
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
Has this been looked at all? I'm getting the same!
Same here
Also facing this
Also having issues on corp starter...
I'm having the same issue with the Ecommerce starter.
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.
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