Skip to content

Commit 8b1e35c

Browse files
Update README.md
1 parent f4c7bbd commit 8b1e35c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The below assume a new directory and project is required.
3636
```
3737
> 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)
3838
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.
3940
1. Open `package.json` and add the following to your `scripts` object
4041
```diff
4142
"scripts": {

0 commit comments

Comments
 (0)