Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yarn Directions #21

Closed
mscheppmann opened this issue Nov 13, 2019 · 1 comment
Closed

Yarn Directions #21

mscheppmann opened this issue Nov 13, 2019 · 1 comment

Comments

@mscheppmann
Copy link

Hey there! Per your installation instructions, your step for Yarn states:
$ yarn add -g create-wp-react-app

This syntax would be correct for NPM, but one caveat of using yarn is that the syntax to globally download packages is actually:
$ yarn global add create-wp-react-app

Just wanted to let you know that I was unable to install the package globally until using the latter code, thanks!

@matzeeable
Copy link
Member

Hi @mscheppmann !

Thanks for your issue. We have worked hard on this project since a few month and released finally a complete rewrite of the boilerplate. If you want to checkout: https://devowlio.gitbook.io/wp-react-starter/ 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants