uiwjs / react-textarea-code-editor

A simple code editor with syntax highlighting.
https://uiwjs.github.io/react-textarea-code-editor/
MIT License
476 stars 22 forks source link

Module not found: Can't resolve 'devlop' #171

Open WagnerEsser opened 8 months ago

WagnerEsser commented 8 months ago

I get this error on update lib from 2.1.9 to 3.0.0.

image

jaywcjlove commented 8 months ago

@WagnerEsser If you provide a reproducible example, I can arrange it for you.

botshen commented 8 months ago

add this in package.json

 "@parcel/resolver-default": {
    "packageExports": true
  },
etothepii commented 7 months ago

I have the same issue when installing CodeEditor in our project for the first time.

However, it does not happen in a fresh instance of create-react-app.

The suggestion from @botshen did not make any difference for me. I will likely continue to investigate and come back with a solution if I find one.