From dc9693568142f22147c7cefad4e62a6ae68ee504 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Thu, 21 Jan 2016 10:57:02 -0800 Subject: [PATCH] Fix a tiny typo in error message Reviewed By: davidaurelio Differential Revision: D2850195 fb-gh-sync-id: 8177ce2f8d7f799edc559b4f5a0da99d865874a7 --- .../src/DependencyResolver/DependencyGraph/ResolutionRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packager/react-packager/src/DependencyResolver/DependencyGraph/ResolutionRequest.js b/packager/react-packager/src/DependencyResolver/DependencyGraph/ResolutionRequest.js index 65742f1af..2c18c95a3 100644 --- a/packager/react-packager/src/DependencyResolver/DependencyGraph/ResolutionRequest.js +++ b/packager/react-packager/src/DependencyResolver/DependencyGraph/ResolutionRequest.js @@ -374,7 +374,7 @@ class ResolutionRequest { toModule, `Invalid directory ${potentialDirPath} -This might related to https://github.com/facebook/react-native/issues/4968 +This might be related to https://github.com/facebook/react-native/issues/4968 To resolve try the following: 1. Clear watchman watches: \`watchman watch-del-all\`. 2. Delete the \`node_modules\` folder: \`rm -rf node_modules && npm install\`.