Not found in npm
Hi,
Thanks for share your work. But I can't find your package in npm, please give me guide to install your package.
Hi M-Husein,
I've checked what happened and you are right, the package is missing on npm. We will try to solve this.
If you want to use react-file-input now, you can clone the repo directly into your project.
Hi @M-Husein,
It's already published on npm. You can find it here: https://www.npmjs.com/package/@brainhubeu/react-file-input
Hi, @mdrazyk
Thanks for reply ;)
I have clone this repo & follow your guide npm run dev:example to tun example folder. But I have error & if open http://localhost:3000 I have Cannot GET /

Hi @adam-golab
Thanks for reply ;)
I follow guide in npm link you share, but I have error module not found. Please help me.
Thanks
Sorry for the inconvenience. Please follow the steps below to run the example app and let us know what's the result:
- Make sure you are on branch
master. - Remove the
node_modulesdirectory (rm -rf node_modules) - Make sure that you have the correct version of node (we tested the example app on node 8, 9 and 10)
- Install dependencies (
npm i) - Run the example app again (
npm run dev)
We're investigating the issue with package. Stay tuned.
@M-Husein Fix is on the way. We'll do our best to publish it on NPM as soon as possible.
@Lukasz-pluszczewski
Thank you very much,
Siemanko Lukasz
Mi ta biblioteka tez nie dziala :) Module not found: Can't resolve '@brainhubeu/react-file-input' in '/Use... Dodam ze wywalem juz katalog node i installowalem npm i
@DarekPanwicz
For me both npm i --save @brainhubeu/react-file-input and yarn add @brainhubeu/react-file-input work.
Could you provide the following?
- node version
- npm version
- yarn version if you use yarn
- OS with version
@piotr-s-brainhub it's still broken, see even npm cannot find readme: https://www.npmjs.com/package/@brainhubeu/react-file-input
@gsouf
does @brainhubeu/react-file-input work for you now?
@piotr-s-brainhub yes but for some reason the entry file from package.json does not exist: "main": "./lib/react-file-input.js". Correct me if I'm wront but main is what is imported when we do import FileInput2 from '@brainhubeu/react-file-input;
See screenshot of node_modules dir:

@gsouf
does it work now?
@piotr-s-brainhub yes it does thank you :+1:
does @brainhubeu/[email protected] work for you?
could you check it in any real usage?
@gsouf ?
@piotr-s-brainhub the package does work, however the styles and features are not like in the demo. I think we should load some styles or something that is not specified in the setup guide
it's excellent the component but it does not work brainhubeu/react-file-input ^0.7.20 to npm 6.14.4 and react ^16.13.1
the error message : Module not found: Can't resolve '@brainhubeu/react-file-input' in the x file
@piotr-s-brainhub I had the same error, installed @0.7.21 makes it work though 👍