mirror of https://github.com/status-im/metro.git
Fix typo in ResolutionRequest.js
Summary: Small fix: Fix typo in error message - should be `npm start --reset-cache` Closes https://github.com/facebook/react-native/pull/11983 Reviewed By: AsyncDBConnMarkedDownDBException Differential Revision: D4443749 Pulled By: hramos fbshipit-source-id: eeaa531180c58a85df482fe3162b2a0b2169c891
This commit is contained in:
parent
a9a2ac3d17
commit
673b1713f3
|
@ -372,7 +372,7 @@ class ResolutionRequest {
|
|||
`To resolve try the following:\n` +
|
||||
` 1. Clear watchman watches: \`watchman watch-del-all\`.\n` +
|
||||
` 2. Delete the \`node_modules\` folder: \`rm -rf node_modules && npm install\`.\n` +
|
||||
' 3. Reset packager cache: `rm -fr $TMPDIR/react-*` or `npm start -- --reset-cache`.'
|
||||
' 3. Reset packager cache: `rm -fr $TMPDIR/react-*` or `npm start --reset-cache`.'
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue