react-native-codeditor icon indicating copy to clipboard operation
react-native-codeditor copied to clipboard

Installation issues

Open shuvam07 opened this issue 4 years ago • 2 comments

The installation requires https://github.com/burdiuz/js-codemirror-package this to be installed as dev dependency (had to do it manually). Also in the codemirror-package repo, inside the index js file the imports for "asset" folder are absent and hence throwing exceptions (not found).

Could you please help fix it. @burdiuz

shuvam07 avatar Sep 07 '20 07:09 shuvam07

Hi, codemirror-package, when installed should generate assets. It probably fails postinstall step for you. Install gulp globally and then try to re-install codemirror-package again or run gulp in its folder.

burdiuz avatar Sep 13 '20 20:09 burdiuz

I had the same issues

tonisives avatar Aug 23 '21 07:08 tonisives