React-pdf: issue installing

Created on 2 Dec 2016  ·  5Comments  ·  Source: wojtekmaj/react-pdf

If i run npm install --save react-pdf i got the @nnarhinen version, not yours, any idea why?

question

Most helpful comment

Oh sorry. I did not notice any emails! I have now given you push rights to my repository. What's your NPM username, will add publish rights there too!

All 5 comments

@nnarhinen is the owner of npm package of that name which, in his case, is the same as the name of GitHub repository. I have already written to him as he is looking for maintainer, and I'm willing to take this responsibility. Until the name in npm is released by him, as a workaround, you can add this repo to your package.json by adding this line:

"react-pdf": "git://github.com/wojtekmaj/react-pdf.git"

And you should be good to go!

If you were using version 0.0.x by @nnarhinen, be sure to check out Upgrade guide.

Would be nice if this fork could become the official version, or at least get merged back in again.

Installing from npm is nicer, particularly with yarn.

@nnarhinen, any update?

@jarekwg Since I got no reply from him on several email, I've emailed npm team. We'll see what we can do :)

Oh sorry. I did not notice any emails! I have now given you push rights to my repository. What's your NPM username, will add publish rights there too!

@jarekwg @Solitaryo You should be able to enjoy the latest & greatest without any hacks now!

Was this page helpful?
0 / 5 - 0 ratings