phaserjs / phaser

Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
https://phaser.io
MIT License
36.62k stars 7.07k forks source link

Phaser Game app instructions using Yarn #6847

Open Davichobits opened 4 days ago

Davichobits commented 4 days ago

When I create a new project using the Phaser Game app and Yarn, the final instructions say:

Next steps:

  1. cd my-first-game
  2. npm install
  3. npm run dev

But I didn't use npm, I used yarn instead.

The instructions must be dynamically generated.

askadityapandey commented 4 days ago

I've addressed this issue in the create-app repository. The PR with the fix can be found here: PR Link

The help message has been updated to include instructions for both npm and Yarn users. Once this PR is merged, it should resolve the reported issue.

Suggesting this issue be closed and redirected to the PR for further discussion if needed.

Davichobits commented 4 days ago

Thank you!