Open xzdwq opened 2 days ago
the solution worked for me:
in the package.json
"monaco-editor": "npm:@codingame/monaco-vscode-editor-api@=5.2.0",
replace with:
"@codingame/monaco-vscode-editor-api": "5.2.0",
npm i
in all files in the src/
import directory * as monaco from 'monaco-editor';
replace with:
import * as monaco from '@codingame/monaco-vscode-editor-api';
Q&A (please complete the following information)
Content & configuration
I am trying to run swagger-editor-next locally I followed the startup instructions:
and I got an error:
I also checked:
And I tried
npm dedupe
but the mistake remained the sameI know that these are the features of react-create-app, but I'm not sure that I should somehow solve this through overrides
Screenshots