From 946633e45eb70bddf0008edca43b5c4b509113d5 Mon Sep 17 00:00:00 2001 From: Morten Tangen Date: Thu, 4 Nov 2021 08:40:09 +0100 Subject: [PATCH] fix documentation `--keep-node_modules` -> `--keep-node-modules` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74f38ac..7d9df52 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ This is a combination of the commands suggested in the React Native documentatio | React-native cache | `rm -rf $TMPDIR/react-*` | Yes | No | true | | | Metro bundler cache | `rm -rf $TMPDIR/metro-*` | Yes | No | true | | | Watchman cache | `watchman watch-del-all` | Yes | No | true | | -| NPM modules | `rm -rf node_modules` | Yes | Yes | true | --keep-node_modules | +| NPM modules | `rm -rf node_modules` | Yes | Yes | true | --keep-node-modules | | Yarn cache | `yarn cache clean` | Yes | Yes | true | --keep-node-modules | | Yarn packages | `yarn install` | No | Yes | true | --keep-node-modules | | NPM cache | `npm cache verify` | Yes | Yes | true | --keep-node-modules |