Trying to install the CLI tool is giving me errors because the name of the npm package is wrong. Searching at npm I've found it should be `@edx/create-edx-react-app` instead; so, for anyone willing to install this, you should run: `npm install @edx/create-edx-react-app --global`
Trying to install the CLI tool is giving me errors because the name of the npm package is wrong.
Searching at npm I've found it should be
@edx/create-edx-react-appinstead; so, for anyone willing to install this, you should run:npm install @edx/create-edx-react-app --global