You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of npm v6.0.0, you can do npm init <name> [...args] and it will run npx create-<name> <args>, this means that you can run this with npm init react-app my-app (or npm create react-app my-app). The README could mention this.
The text was updated successfully, but these errors were encountered:
Is this a bug report?
No
As of npm v6.0.0, you can do
npm init <name> [...args]
and it will runnpx create-<name> <args>
, this means that you can run this withnpm init react-app my-app
(ornpm create react-app my-app
). The README could mention this.The text was updated successfully, but these errors were encountered: