Skip to content

README uses npm commands, but the tool suggests to use yarn #1497

Closed
@benjaminapetersen

Description

@benjaminapetersen

This is the first time I've used create-react-app, which was pretty smooth and gave me the following message on the cli:

Success! Created react-prod-list at /Development/react-prod-list/
Inside that directory, you can run several commands:

  yarnpkg start
    Starts the development server.

  yarnpkg run build
    Bundles the app into static files for production.

  yarnpkg test
    Starts the test runner.

  yarnpkg run eject
    Removes this tool and copies build dependencies, configuration files
    and scripts into the app directory. If you do this, you can’t go back!

We suggest that you begin by typing:

  cd react-prod-list
  yarnpkg start

Happy hacking!

However, when you browse the README.md file, all references are for npm, such as npm start, npm test, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions