]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Remove `--save` option from `npm i` as it isn't required anymore (#28302)
authorSteve Moser <contact@stevemoser.org>
Tue, 19 Feb 2019 10:05:54 +0000 (05:05 -0500)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 19 Feb 2019 10:05:54 +0000 (12:05 +0200)
commit3731f0d271d19be4876a4cb5672c18fda2baec14
treed50b607be3e26207abc8a36400c909a0d6afd064
parentbe380572fb7a252cf86538638e560a907ca8ce33
Remove `--save` option from `npm i` as it isn't required anymore (#28302)

As of npm 5.0.0, installed modules are added as a dependency by default, so the --save option is no longer needed. The other save options still exist and are listed in the documentation for npm install.
site/docs/4.3/getting-started/webpack.md