Skip to content

Commit d787cc6

Browse files
committed
Add Yarn warning to update instructions.
1 parent 5a3900e commit d787cc6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ If your theme uses TypeScript, you'll need to run a second command (`create-reac
4949

5050
`npm install react-scripts@latest`
5151

52+
**Important note for Yarn users: be sure to use `yarn add` instead of `npm install` in the above commands.**
53+
5254
## Coding with React
5355

5456
### React Tutorials

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-wptheme",
3-
"version": "2.1.8-wptheme-2.2.2",
3+
"version": "2.1.8-wptheme-2.2.3",
44
"description": "Create React WP themes with no build configuration.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)