Advertisement
Guest User

Untitled

a guest
Apr 11th, 2025
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.86 KB | None | 0 0
  1. *@* test % npx create-strapi-app@latest
  2.  
  3.  Strapi   v5.12.4 🚀 Let's create your new project
  4.  
  5. ? What is the name of your project? test
  6.  
  7. We can't find any auth credentials in your Strapi config.
  8.  
  9. Create a free account on Strapi Cloud and benefit from:
  10.  
  11. - ✦ Blazing-fast ✦ deployment for your projects
  12. - ✦ Exclusive ✦ access to resources to make your project successful
  13. - An ✦ Awesome ✦ community and full enjoyment of Strapi's ecosystem
  14.  
  15. Start your 14-day free trial now!
  16.  
  17.  
  18. ? Please log in or sign up. Skip
  19. ? Do you want to use the default database (sqlite) ? Yes
  20. ? Start with an example structure & data? Yes
  21. ? Start with Typescript? No
  22. ? Install dependencies with npm? Yes
  23. ? Initialize a git repository? Yes
  24.  
  25. Strapi   Creating a new application at /Users/*/Desktop/test/test
  26.  
  27.   deps   Installing dependencies with npm
  28. 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.
  29. npm warn deprecated [email protected]: This package is deprecated. Use the optional chaining (?.) operator instead.
  30. npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
  31. npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
  32. npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
  33. npm warn deprecated [email protected]: This project is unmaintained
  34. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
  35. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
  36. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
  37. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
  38. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
  39. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
  40. npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
  41. npm warn deprecated [email protected]: This project is unmaintained
  42. npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
  43.  
  44. added 1333 packages, and audited 1334 packages in 2m
  45.  
  46. 197 packages are looking for funding
  47.  run `npm fund` for details
  48.  
  49. 11 moderate severity vulnerabilities
  50.  
  51. To address issues that do not require attention, run:
  52.  npm audit fix
  53.  
  54. To address all issues (including breaking changes), run:
  55.  npm audit fix --force
  56.  
  57. Run `npm audit` for details.
  58.  
  59.       ✓  Dependencies installed
  60.  
  61.    git   Initializing git repository.
  62.  
  63.       ✓  Initialized a git repository.
  64.  
  65.   Seed   Seeding your database with sample data
  66.  
  67. > [email protected] seed:example
  68. > node ./scripts/seed.js
  69.  
  70. [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.
  71. Setting up the template...
  72. Ready to go
  73.  
  74.       ✓  Sample data added to your database
  75.  
  76. Strapi   Your application was created!
  77.          Available commands in your project:
  78.          
  79.          Start Strapi in watch mode. (Changes in Strapi project files will trigger a server restart)
  80.          npm run develop
  81.          
  82.          Start Strapi without watch mode.
  83.          npm run start
  84.          
  85.          Build Strapi admin panel.
  86.          npm run build
  87.          
  88.          Deploy Strapi project.
  89.          npm run deploy
  90.          
  91.          Seed your database with sample data.
  92.          npm run seed:example
  93.          
  94.          Display all available commands.
  95.          npm run strapi
  96.  
  97.          To get started run
  98.          
  99.          cd /Users/*/Desktop/test/test
  100.          npm run develop
  101. *@* test % cd test
  102. *@* test % npm install @pluginpal/webtools-core --save
  103.  
  104. npm error code ERESOLVE
  105. npm error ERESOLVE unable to resolve dependency tree
  106. npm error
  107. npm error While resolving: [email protected]
  108. npm error Found: [email protected]
  109. npm error node_modules/react-router-dom
  110. npm error   react-router-dom@"^6.0.0" from the root project
  111. npm error
  112. npm error Could not resolve dependency:
  113. npm error peer react-router-dom@"^5.2.0" from @pluginpal/[email protected]
  114. npm error node_modules/@pluginpal/webtools-core
  115. npm error   @pluginpal/webtools-core@"*" from the root project
  116. npm error
  117. npm error Fix the upstream dependency conflict, or retry
  118. npm error this command with --force or --legacy-peer-deps
  119. npm error to accept an incorrect (and potentially broken) dependency resolution.
  120. npm error
  121. npm error
  122. npm error For a full report see:
  123. npm error /Users/*/.npm/_logs/2025-04-12T00_31_33_899Z-eresolve-report.txt
  124. npm error A complete log of this run can be found in: /Users/*/.npm/_logs/2025-04-12T00_31_33_899Z-debug-0.log
  125. *@* test %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement