scaleflex / filerobot-image-editor

Edit, resize, and filter any image! Any questions or issues, please report to https://github.com/scaleflex/filerobot-image-editor/issues
MIT License
1.26k stars 321 forks source link

Fork doesn't work #438

Closed atif closed 1 month ago

atif commented 4 months ago

I've a requirement to show only specific filters. I've forked the repo and added the forked version in my package.json

"react-filerobot-image-editor": "github:atif/filerobot-image-editor",

The issue is that after running npm install, all files are not available in the node_modules/react-filerobot-image-editor folder. It's missing lib, node_modules folder.

Kindly guide how to build it correctly

atif commented 4 months ago

^ @AhmeeedMostafa

AhmeeedMostafa commented 4 months ago

@atif sorry for the late reply our time doesn't allow us to keep an eye on the issues regularly recently.

please use yarn instead of npm, and try again as we are using lerna + yarn workspaces