Fix a tiny typo in error message

Reviewed By: davidaurelio

Differential Revision: D2850195

fb-gh-sync-id: 8177ce2f8d7f799edc559b4f5a0da99d865874a7
This commit is contained in:
Martin Konicek 2016-01-21 10:57:02 -08:00 committed by facebook-github-bot-1
parent ba4101dc4a
commit dc96935681
1 changed files with 1 additions and 1 deletions

View File

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