create-game icon indicating copy to clipboard operation
create-game copied to clipboard

Update help message to include Yarn instructions

Open askadityapandey opened this issue 1 year ago • 1 comments

This PR addresses the issue reported in phaser/phaser#6847 regarding missing Yarn instructions in the create-app tool.

Changes made:

  • Updated the help message to include instructions for both npm and Yarn users
  • Added examples for Yarn usage alongside npm examples

This should resolve the discrepancy between the instructions provided and the package manager used.

Fixes phaser/phaser#6847

askadityapandey avatar Jun 27 '24 15:06 askadityapandey