question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Documentation] README.md suggests "npm install --save-dev react-admin" instead of "npm install react-admin"

See original GitHub issue

This 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:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
ajhoolcommented, Nov 26, 2018

Thanks for reminder, see below 😃 https://github.com/marmelab/react-admin/pull/2574

1reaction
ajhoolcommented, Nov 21, 2018

Thanks for digging into this, I’m happy to!

On Wed, Nov 21, 2018, 7:59 AM Nicolas Goutay notifications@github.com wrote:

@fzaninotto https://github.com/fzaninotto thanks for the explanation! I wouldn’t mind opening a PR, but maybe @ajhool https://github.com/ajhool might want to give it a go since they spotted this in the first place. What do you think @ajhool https://github.com/ajhool?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/marmelab/react-admin/issues/2420#issuecomment-440654009, or mute the thread https://github.com/notifications/unsubscribe-auth/AKTSf4_HEovkEH4f65yMcX7KxsKMH42oks5uxU5IgaJpZM4XYS9k .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found