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.

can't install - "Not found : @allenfang/react-toastr"

See original GitHub issue

Running npm install --save react-bootstrap-table gives this:

npm ERR! Darwin 16.1.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "react-bootstrap-table"
npm ERR! node v7.7.1
npm ERR! npm  v4.1.2
npm ERR! code E404

npm ERR! 404 Not found : @allenfang/react-toastr
npm ERR! 404
npm ERR! 404  '@allenfang/react-toastr' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'react-bootstrap-table'

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:12 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
raghavmaccommented, Mar 20, 2017

I too faced the same problem. This might happen when you are maintaining private packages. So the solution was to create a file named .npmrc add this line to it registry=https://registry.npmjs.org/

Also, I tried updating the npm and node but didn’t work for me.

1reaction
rahulverma0commented, Mar 20, 2017

It worked for me. I updated the npm & node version. I’m able to successfully build my project. <nodeVersion>v6.9.2</nodeVersion> <npmVersion>3.10.9</npmVersion>

@mvolkmann - You can close this issue. Thanks for the help.

Read more comments on GitHub >

github_iconTop Results From Across the Web

@allenfang/react-toastr - npm
React.js toastr component. Latest version: 2.8.2, last published: 6 years ago. Start using @allenfang/react-toastr in your project by ...
Read more >
@allenfang/react-toastr - npm package | Snyk
We found a way for you to contribute to the project! Looks like @allenfang/react-toastr is missing a security policy. You can connect your...
Read more >
How to install react-toastr - Stack Overflow
When I call info() on the container the message pops up, but just as plain text at the top of the page, not...
Read more >
AllenFang/react-bootstrap-table - Gitter
I would prefer not to touch the .css/.less files if possible ... hello @AllenFang. are you here? ... ah found it -- it...
Read more >
View Raw - UNPKG
onRowDoubleClick`([64915a0](https://github.com/AllenFang/react-bootstrap-table/ ... (2017-04-20) ## Bug fixes * Fixed search and pagination not working ...
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