From c4fc504094229a579d51d413140709ab328e2018 Mon Sep 17 00:00:00 2001 From: tychota Date: Wed, 6 Jul 2016 13:03:39 -0700 Subject: [PATCH] Fix the yeoman-environment version Summary: This closes #8610. The release of 1.6.2 of yeoman-environment break react-native (since there is no lib folder) Yeoman will be removed from RN as #8197 anyway. Thanks cpsubrian, RobTS **Test plan (required)** I installed the 1.2.7 version and copied it in react-native nodes_modules. Then I ran react-native upgrade screen shot 2016-07-06 at 21 09 33 Closes https://github.com/facebook/react-native/pull/8614 Differential Revision: D3524043 fbshipit-source-id: 1def4854ca0fd881b8a935f37c86eb373dfd97c5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 59f40476e..4a326705c 100644 --- a/package.json +++ b/package.json @@ -187,7 +187,7 @@ "xcode": "^0.8.2", "xmldoc": "^0.4.0", "yargs": "^3.24.0", - "yeoman-environment": "^1.2.7", + "yeoman-environment": "~1.2.7", "yeoman-generator": "^0.20.3" }, "devDependencies": {