Fix a tiny typo in error message
Reviewed By: davidaurelio Differential Revision: D2850195 fb-gh-sync-id: 8177ce2f8d7f799edc559b4f5a0da99d865874a7
This commit is contained in:
parent
ba4101dc4a
commit
dc96935681
|
@ -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\`.
|
||||
|
|
Loading…
Reference in New Issue