From 240e02762c533c91a92537c0d3d20aa05b6301ca Mon Sep 17 00:00:00 2001 From: Leandros Kounadis Date: Wed, 20 Feb 2019 21:32:35 +0200 Subject: [PATCH 1/3] Update installation.md --- src/content/guides/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/installation.md b/src/content/guides/installation.md index 3342a9e35b61..7a8db76d9c79 100644 --- a/src/content/guides/installation.md +++ b/src/content/guides/installation.md @@ -44,7 +44,7 @@ Installing locally is what we recommend for most projects. This makes it easier } ``` -T> To run the local installation of webpack you can access its bin version as `node_modules/.bin/webpack`. +T> To run the local installation of webpack you can access its bin version as `node_modules/.bin/webpack` or use npx, by running 'npx webpack' if you are using npm v5.2.0 or greater which will run the locally installed binary of webpack ## Global Installation From 9c60dc7b9b65027f22385965b2235652cb8a0791 Mon Sep 17 00:00:00 2001 From: Yao-Hui Chua Date: Sat, 23 Feb 2019 16:44:34 +0200 Subject: [PATCH 2/3] Update src/content/guides/installation.md Co-Authored-By: lkounadis --- src/content/guides/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/installation.md b/src/content/guides/installation.md index 7a8db76d9c79..b5f038f135cc 100644 --- a/src/content/guides/installation.md +++ b/src/content/guides/installation.md @@ -44,7 +44,7 @@ Installing locally is what we recommend for most projects. This makes it easier } ``` -T> To run the local installation of webpack you can access its bin version as `node_modules/.bin/webpack` or use npx, by running 'npx webpack' if you are using npm v5.2.0 or greater which will run the locally installed binary of webpack +T> To run the local installation of webpack you can access its bin version as `node_modules/.bin/webpack`. Alternatively, if you are using npm v5.2.0 or greater, you can use npx by running 'npx webpack'. This will run the locally installed binary of webpack. ## Global Installation From cf7ddfb1b960429eaa6b4d40b6ab661bb53f8e38 Mon Sep 17 00:00:00 2001 From: Eugene Hlushko Date: Wed, 6 Mar 2019 00:38:58 +0200 Subject: [PATCH 3/3] Update src/content/guides/installation.md Co-Authored-By: lkounadis --- src/content/guides/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/guides/installation.md b/src/content/guides/installation.md index b5f038f135cc..f6ece4c5edd9 100644 --- a/src/content/guides/installation.md +++ b/src/content/guides/installation.md @@ -44,7 +44,7 @@ Installing locally is what we recommend for most projects. This makes it easier } ``` -T> To run the local installation of webpack you can access its bin version as `node_modules/.bin/webpack`. Alternatively, if you are using npm v5.2.0 or greater, you can use npx by running 'npx webpack'. This will run the locally installed binary of webpack. +T> To run the local installation of webpack you can access its binary version as `node_modules/.bin/webpack`. Alternatively, if you are using npm v5.2.0 or greater, you can run 'npx webpack' to do it. ## Global Installation