We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a82982 commit 9c310f7Copy full SHA for 9c310f7
packager/react-packager/src/node-haste/DependencyGraph/ResolutionRequest.js
@@ -372,7 +372,7 @@ class ResolutionRequest {
372
`To resolve try the following:\n` +
373
` 1. Clear watchman watches: \`watchman watch-del-all\`.\n` +
374
` 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`.'
+ ' 3. Reset packager cache: `rm -fr $TMPDIR/react-*` or `npm start --reset-cache`.'
376
);
377
});
378
0 commit comments