uiwjs / react-codemirror

CodeMirror 6 component for React. @codemirror https://uiwjs.github.io/react-codemirror/
https://uiwjs.github.io/react-codemirror/
MIT License
1.65k stars 132 forks source link

urgent !urgent !how to fix the build error : node_modules/@codemirror/lint/dist/index.js: Property body expected type of array but got null #580

Closed jaydenxiao2016 closed 8 months ago

jaydenxiao2016 commented 1 year ago

"@codemirror/lang-json": "^6.0.1", "@codemirror/lang-html": "^6.4.5", "@codemirror/lang-javascript": "^6.1.9", "@codemirror/lang-sass": "^6.0.2", "@codemirror/lang-xml": "^6.0.2", "@uiw/react-codemirror": "^4.21.18",

jaywcjlove commented 1 year ago

@jaydenxiao2016

remove any direct dependencies on raw codemirror (if any) (I have yarn): yarn remove codemirror

rm -fr yarn.lock
rm -fr package-lock.json

rm -fr node_modules

yarn install
"@codemirror/lang-html": "^6.4.6",
"@codemirror/lang-javascript": "^6.2.1",