aleksei0807 / react-images-uploader

React.js component for uploading images to the server
MIT License
177 stars 67 forks source link

Windows - npm i - does not install depenencies #23

Open maxgamurar opened 6 years ago

maxgamurar commented 6 years ago

After adding this module in package.json and trying to use it I see following error message:

Unknown plugin "transform-function-bind"

I've checked and none from devDependcies were installed. Please advice.

kirillDanshin commented 6 years ago

devDependencies are not installed because those are installed only if you run npm i in package directory. this message can occur in case of misusing this plugin - double-check if you import this package right.

also, I suggest you to install latest rc build that includes some fixes for npm i as a dependency.

maxgamurar commented 6 years ago

I am importing it correctly. My application is in dev mode as well. This is why it wants dev packages. I was using latest rc

kirillDanshin commented 6 years ago

@maxgamurar double-check please that you do not recompile the lib, just use the provided build