[Documentation] README.md suggests "npm install --save-dev react-admin" instead of "npm install react-admin"
See original GitHub issueThis is a minor documentation issue so I am ignoring the standard bug report for brevity’s sake. Happy to edit to the full format if need be!
The README.md installation section:
Installation React-admin is available from npm. You can install it (and its required dependencies) using:
npm install --save-dev react-admin
react-admin is a runtime package, so why is --save-dev suggested?
Suggested update: change README.md to use npm install react-admin
or yarn add react-admin
instead of npm install --save-dev react-admin
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
react-admin - npm
Complete documentation; Optimistic rendering (renders before the server returns); Relationships (many ... npm install --save-dev react-admin ...
Read more >React-admin - Documentation - Marmelab
Installation. React-admin is available from npm. You can install it (and its required dependencies) using: npm install react-admin #or yarn add react-admin ......
Read more >npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
A quick solution from the internet search was npm config set ... I opened the file, removed the line and npm install worked...
Read more >21 Best React Component Libraries To Try In 2021
With more than 19.3k stars and 3.1k forks on GitHub, React Bootstrap is among the best React ... npm install react-bootstrap bootstrap ...
Read more >eslint npm
To install eslint in your project folder: npm install eslint --save-dev · Add in package. ... Add it to the lists of supported...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for reminder, see below 😃 https://github.com/marmelab/react-admin/pull/2574
Thanks for digging into this, I’m happy to!
On Wed, Nov 21, 2018, 7:59 AM Nicolas Goutay notifications@github.com wrote: