Skip to content

Commit 9c310f7

Browse files
radko93nicktate
authored andcommitted
Fix typo in ResolutionRequest.js
Summary: Small fix: Fix typo in error message - should be `npm start --reset-cache` Closes facebook#11983 Reviewed By: AsyncDBConnMarkedDownDBException Differential Revision: D4443749 Pulled By: hramos fbshipit-source-id: eeaa531180c58a85df482fe3162b2a0b2169c891
1 parent 1a82982 commit 9c310f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packager/react-packager/src/node-haste/DependencyGraph/ResolutionRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ class ResolutionRequest {
372372
`To resolve try the following:\n` +
373373
` 1. Clear watchman watches: \`watchman watch-del-all\`.\n` +
374374
` 2. Delete the \`node_modules\` folder: \`rm -rf node_modules && npm install\`.\n` +
375-
' 3. Reset packager cache: `rm -fr $TMPDIR/react-*` or `npm start -- --reset-cache`.'
375+
' 3. Reset packager cache: `rm -fr $TMPDIR/react-*` or `npm start --reset-cache`.'
376376
);
377377
});
378378
});

0 commit comments

Comments
 (0)