Yarn/npm develop not working, but no error

System Information
  • Strapi Version: 3.6.8

  • Operating System: Pop!_OS 20.04 LTS x86_64

  • Database: sqlite3 5.0.0

  • Node Version: 14.18.1

  • NPM Version: 6.14.15

  • Yarn Version: 1.22.17


Hi everyone ! I’m learning react this time and wanted to try out strapi. I installed it with npx create-strapi-app my-project --quickstart Everything went well. No error output, but nothing is launched. So i cd into my-project then try yarn develop , nothing happens but i still got no error. I put a screen of my terminal output here.
image

Hope someone we’ll have an idea of how i can track what’s going on, thanks you for your time :slight_smile:

1 Like

I’ve got the same problem with node (14 and 16) and npm (9 and recent one). I’m using ubuntu 18.04. In windows machine, with WSL2 (ubuntu 20.04) all runs well.