react-native-image-editor icon indicating copy to clipboard operation
react-native-image-editor copied to clipboard

Why i can't install this library?

Open 7dp opened this issue 2 years ago • 5 comments

Environment

"react-native": "0.64.2"

node js: v16.9.1

Description

Failed to install this library.

tg_image_288435651

Reproducible Demo

Execute: npm install @react-native-community/image-editor --save as mentioned on the docs

7dp avatar Mar 11 '22 15:03 7dp

Same here. You've got this fixed somehow?

mppperez avatar Mar 15 '22 12:03 mppperez

Ah, ok. This seems to be a duplicate of https://github.com/callstack/react-native-image-editor/issues/93 ...

There is already a PR for it but it seems this project is dead? -> https://github.com/callstack/react-native-image-editor/pull/94

mppperez avatar Mar 15 '22 13:03 mppperez

@mppperez for now i install it using --force

7dp avatar Mar 16 '22 01:03 7dp

I tried --force. The installation runs globally but I still get errors when running the program saying "unable to resolve module @react-native-community/image-editor"

sidsoc12 avatar Apr 18 '22 00:04 sidsoc12

Try using npm install @react-native-community/image-editor --save --legacy-peer-deps

werpeladriano avatar May 17 '22 11:05 werpeladriano

fix: https://github.com/callstack/react-native-image-editor/pull/125 also will be release soon

retyui avatar Nov 06 '23 09:11 retyui