This doest work i draws an error
Yes it works. You might be using a really old npm version, or you might have an old version of create-react-app cached so you need to add @latest:
npm
create-react-app
@latest
npm init react-app@latest your-app-name
Any project that starts with create- can be used with npm init.
create-
npm init
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
This doest work i draws an error
Yes it works. You might be using a really old
npmversion, or you might have an old version ofcreate-react-appcached so you need to add@latest:Any project that starts with
create-can be used withnpm init.