Guest User

Strapi doesn't run

a guest
Jun 10th, 2024
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. $ node --version
  2. v20.14.0
  3. $ npm --version
  4. 10.7.0
  5. $ npx create-strapi-app@latest --typescript --quickstart backoffice_daniele
  6. Creating a quickstart project.
  7. Creating a new Strapi application at /var/www/nextjs-course/blog/backoffice_daniele.
  8. Creating files.
  9. Dependencies installed successfully.
  10. Initialized a git repository.
  11.  
  12.  
  13. Your application was created at /var/www/nextjs-course/blog/backoffice_daniele.
  14.  
  15. Available commands in your project:
  16.  
  17. npm run develop
  18. Start Strapi in watch mode. (Changes in Strapi project files will trigger a server restart)
  19.  
  20. npm run start
  21. Start Strapi without watch mode.
  22.  
  23. npm run build
  24. Build Strapi admin panel.
  25.  
  26. npm run strapi
  27. Display all available commands.
  28.  
  29. You can start by doing:
  30.  
  31. cd /var/www/nextjs-course/blog/backoffice_daniele
  32. npm run develop
  33.  
  34. Running your Strapi application.
  35.  
  36. > strapi develop
  37.  
  38. ⠋ Building build context
  39. ⠙ Building build context[INFO] Including the following ENV variables as part of the JS bundle:
  40. - ADMIN_PATH
  41. - STRAPI_ADMIN_BACKEND_URL
  42. - STRAPI_TELEMETRY_DISABLED
  43. ✔ Building build context (325ms)
  44. ✔ Creating admin (27850ms)
  45.  
Add Comment
Please, Sign In to add comment