From a88ef84331be88a0afdc513508396121f6e633c5 Mon Sep 17 00:00:00 2001 From: nicoache1 Date: Thu, 3 Nov 2022 14:14:51 -0300 Subject: [PATCH 1/2] docs(:pencil:): improve docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9c32479..aa2b570 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,10 @@ npx @xmartlabs/rnx-cli init TodoApp ``` +## Troubleshooting + +- Sometimes npx takes the cached version of the library. If that happens you can run `npm cache clear --force` to wipe out the cache and then try to run again the command. If the library ask you to install again then its ok. + # License MIT - see LICENSE From 48e42fec6e8b1ea5efd81549a613878335b2f34d Mon Sep 17 00:00:00 2001 From: nicoache1 Date: Thu, 3 Nov 2022 14:16:41 -0300 Subject: [PATCH 2/2] fix(:pencil: perf): improve init command --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..ebaa948 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Add this to test commits and CI in prs. \ No newline at end of file