From: Johann-S Date: Thu, 16 Nov 2017 10:10:48 +0000 (+0100) Subject: Fix installing deps in our webpack docs X-Git-Tag: v4.0.0-beta.3~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=615c9950801ac425cd566d1595f1a85fef82cf89;p=thirdparty%2Fbootstrap.git Fix installing deps in our webpack docs --- diff --git a/docs/4.0/getting-started/webpack.md b/docs/4.0/getting-started/webpack.md index 4093b12abc..70b44b6157 100644 --- a/docs/4.0/getting-started/webpack.md +++ b/docs/4.0/getting-started/webpack.md @@ -28,7 +28,7 @@ import 'bootstrap/js/dist/dropdown'; Bootstrap is dependent on [jQuery](https://jquery.com/) and [Popper](https://popper.js.org/), these are defined as `peerDependencies`, this means that you will have to make sure to add both of them -to your `package.json` using `npm --save jquery popper.js`. +to your `package.json` using `npm install --save jquery popper.js`. {% callout warning %} Notice that if you chose to **import plugins individually**, you must also install [exports-loader](https://github.com/webpack-contrib/exports-loader)