Secretmapper / react-image-annotation

An infinitely customizable image annotation library built on React
https://secretmapper.github.io/react-image-annotation/
MIT License
326 stars 135 forks source link

Issues in installing forked package #42

Open ahsan-ih opened 4 years ago

ahsan-ih commented 4 years ago

I am having issues in installing the package from a forked url in a create-react-app.

Without the postinstall script "postinstall": "cd node_modules/react-image-annotation && npm install && npm run build" react is giving module not found error at import statement.

While with the postinstall script the installation throws error at "nwb build-react-component".

Screen Shot 2020-01-13 at 8 50 20 PM