Skip to content

Commit

Permalink
Fix typo in ResolutionRequest.js
Browse files Browse the repository at this point in the history
Summary:
Small fix:
Fix typo in error message - should be `npm start --reset-cache`
Closes #11983

Reviewed By: AsyncDBConnMarkedDownDBException

Differential Revision: D4443749

Pulled By: hramos

fbshipit-source-id: eeaa531180c58a85df482fe3162b2a0b2169c891
  • Loading branch information
radko93 authored and facebook-github-bot committed Jan 21, 2017
1 parent a282949 commit f521e99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.'
);
});
});
Expand Down

0 comments on commit f521e99

Please sign in to comment.