From 77e70e4def36eafd9e893c9018bfbcc9fdb7ff8c Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Sun, 12 Feb 2017 16:50:48 -0500 Subject: [PATCH] Note #8108 in the v1.4.3 section of History.md. --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index de43c176a1..d93eadf7ca 100644 --- a/History.md +++ b/History.md @@ -65,6 +65,10 @@ npm package contains any `.node` files. Discussion [here](https://github.com/meteor/meteor/issues/8225#issuecomment-275044900). +* The `meteor create` command now runs `meteor npm install` automatically + to install dependencies specified in the default `package.json` file. + [#8108](https://github.com/meteor/meteor/pull/8108) + ## v1.4.2.7, 2017-02-13 * The `npm` npm package has been *downgraded* from version 4.1.2 back to