Miguel Aleixo
Miguel Aleixo
Same problem here, I changing my dependencies on package.json to: "highlight.js": "11.8.0", "simple-code-editor": "^2.0.8" Then just delete my yarn.lock (package.lock) and the node_modules and finally install again the dependencies with...
So nice @cyrilf, perfect pull request and documentation... you helped me solve a big problem! Congratulations!!
Same problem here, I changing my dependencies on package.json to: ``` "highlight.js": "11.8.0", "simple-code-editor": "^2.0.8" ``` Then just delete my yarn.lock (package.lock) and the node_modules and finally install again the...