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\`.