Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- *@* test % npx create-strapi-app@latest
- Strapi v5.12.4 🚀 Let's create your new project
- ? What is the name of your project? test
- We can't find any auth credentials in your Strapi config.
- Create a free account on Strapi Cloud and benefit from:
- - ✦ Blazing-fast ✦ deployment for your projects
- - ✦ Exclusive ✦ access to resources to make your project successful
- - An ✦ Awesome ✦ community and full enjoyment of Strapi's ecosystem
- Start your 14-day free trial now!
- ? Please log in or sign up. Skip
- ? Do you want to use the default database (sqlite) ? Yes
- ? Start with an example structure & data? Yes
- ? Start with Typescript? No
- ? Install dependencies with npm? Yes
- ? Initialize a git repository? Yes
- Strapi Creating a new application at /Users/*/Desktop/test/test
- deps Installing dependencies with npm
- npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
- npm warn deprecated [email protected]: This package is deprecated. Use the optional chaining (?.) operator instead.
- npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
- npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
- npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
- npm warn deprecated [email protected]: This project is unmaintained
- npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
- npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
- npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
- npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
- npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
- npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
- npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
- npm warn deprecated [email protected]: This project is unmaintained
- npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
- added 1333 packages, and audited 1334 packages in 2m
- 197 packages are looking for funding
- run `npm fund` for details
- 11 moderate severity vulnerabilities
- To address issues that do not require attention, run:
- npm audit fix
- To address all issues (including breaking changes), run:
- npm audit fix --force
- Run `npm audit` for details.
- ✓ Dependencies installed
- git Initializing git repository.
- ✓ Initialized a git repository.
- Seed Seeding your database with sample data
- > [email protected] seed:example
- > node ./scripts/seed.js
- [2025-04-12 03:31:23.506] info: The Users & Permissions plugin automatically generated a jwt secret and stored it in .env under the name JWT_SECRET.
- Setting up the template...
- Ready to go
- ✓ Sample data added to your database
- Strapi Your application was created!
- Available commands in your project:
- Start Strapi in watch mode. (Changes in Strapi project files will trigger a server restart)
- npm run develop
- Start Strapi without watch mode.
- npm run start
- Build Strapi admin panel.
- npm run build
- Deploy Strapi project.
- npm run deploy
- Seed your database with sample data.
- npm run seed:example
- Display all available commands.
- npm run strapi
- To get started run
- cd /Users/*/Desktop/test/test
- npm run develop
- *@* test % cd test
- *@* test % npm install @pluginpal/webtools-core --save
- npm error code ERESOLVE
- npm error ERESOLVE unable to resolve dependency tree
- npm error
- npm error While resolving: [email protected]
- npm error Found: [email protected]
- npm error node_modules/react-router-dom
- npm error react-router-dom@"^6.0.0" from the root project
- npm error
- npm error Could not resolve dependency:
- npm error peer react-router-dom@"^5.2.0" from @pluginpal/[email protected]
- npm error node_modules/@pluginpal/webtools-core
- npm error @pluginpal/webtools-core@"*" from the root project
- npm error
- npm error Fix the upstream dependency conflict, or retry
- npm error this command with --force or --legacy-peer-deps
- npm error to accept an incorrect (and potentially broken) dependency resolution.
- npm error
- npm error
- npm error For a full report see:
- npm error /Users/*/.npm/_logs/2025-04-12T00_31_33_899Z-eresolve-report.txt
- npm error A complete log of this run can be found in: /Users/*/.npm/_logs/2025-04-12T00_31_33_899Z-debug-0.log
- *@* test %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement