I recently wiped my harddrive and upgraded my MacOS to Catalina. Now running on zsh for the first time. I installed Homebrew and then node v12.14.1, which I can confirm when I run node --version
. When I try to initialize a React-Native app with npx react-native init
, I get the following error:
Command failed: '/usr/local/Cellar/node@12/12.14.1_1/bin/node' '/usr/local/Cellar/node@12/12.14.1_1/lib/node_modules/npm/bin/npm-cli.js' config get cache --parseable
Any advice?