You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ The below assume a new directory and project is required.
36
36
```
37
37
> If you get an error stating that `npx` is not installed, ensure you are on `npm 5.2.0` or later by running `npm -v` or install it globally with `npm install -g npx`. [Learn more about npx.](https://medium.com/@maybekatz/introducing-npx-an-npm-package-runner-55f7d4bd282b)
38
38
1. Follow the on-screen prompts to choose your Edition and a Starterkit should you want one.
39
+
1. Run `npm install` one last time to ensure any transient packages from the CLI are installed.
39
40
1. Open `package.json` and add the following to your `scripts` object
0 commit comments