ngx-monaco-editor icon indicating copy to clipboard operation
ngx-monaco-editor copied to clipboard

Demo project doesn't work

Open alsoicode opened this issue 3 years ago • 1 comments

When attempting to run the demo project using Node 14 I receive:

Your global Angular CLI version (13.1.2) is greater than your local version (13.0.3). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".
An unhandled exception occurred: The requested module '@angular/compiler' does not provide an export named 'SafeCall'
See "/private/var/folders/_r/3tytrp0909scsyycxlnbqmsc0000gq/T/ng-bbjZki/angular-errors.log" for further details.

alsoicode avatar Apr 15 '22 15:04 alsoicode

To fix:

rm -rf node_modules
rm package-lock.json
npm cache clean --force
npm i -g npm-check-updates
ncu -u
npm install

alsoicode avatar Apr 15 '22 15:04 alsoicode