Michael Mboni

Results 2 comments of Michael Mboni

> So I had to revert back the highlight.js version to 11.8.0 and it is working fine now. Fortunately I had a backup and I rolled back my changes How...

package.json ```json "dependencies": { "highlight.js": "11.8.0", "simple-code-editor": "^2.0.8", "vue": "^3.3.4", }, "devDependencies": { "@vitejs/plugin-vue": "^4.2.3", "vite": "^4.3.9" }, "resolutions": { "highlight.js": "11.8.0" } ``` I solved the problem by overwriting...