From 4f9465a420f39832d5ade015c06972378502f8af Mon Sep 17 00:00:00 2001 From: Gregg Christofferson <25208248+GREGG-CHRISTOFFERSON@users.noreply.github.com> Date: Tue, 5 Dec 2017 12:28:17 -0800 Subject: [PATCH] Docs: Specify where to create package.json (#2053) --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 4ebaa5ab0..057dca3b0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -18,7 +18,7 @@ npm --version npm install --global gulp-cli ``` -#### Create a `package.json` +#### Create a `package.json` in your project directory If you don't have a package.json, create one. If you need help, run an `npm init` which will walk you through giving it a name, version, description, etc.