We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2066888 + 5f918cd commit 91182e1Copy full SHA for 91182e1
README.md
@@ -42,7 +42,7 @@ This is a combination of the commands suggested in the React Native documentatio
42
| React-native cache | `rm -rf $TMPDIR/react-*` | Yes | No | true | |
43
| Metro bundler cache | `rm -rf $TMPDIR/metro-*` | Yes | No | true | |
44
| Watchman cache | `watchman watch-del-all` | Yes | No | true | |
45
-| NPM modules | `rm -rf node_modules` | Yes | Yes | true | --keep-node_modules |
+| NPM modules | `rm -rf node_modules` | Yes | Yes | true | --keep-node-modules |
46
| Yarn cache | `yarn cache clean` | Yes | Yes | true | --keep-node-modules |
47
| Yarn packages | `yarn install` | No | Yes | true | --keep-node-modules |
48
| NPM cache | `npm cache verify` | Yes | Yes | true | --keep-node-modules |
0 commit comments