Daniel Morris

Results 1 comments of Daniel Morris

Doing an `npm install -g create-react-app` isn't really a solution _per se_, as the entire point of $ npx is to avoid the need for global installs. Modules like create-react-app...