NG-ZORRO / ng-zorro-antd

Angular UI Component Library based on Ant Design
https://ng.ant.design
MIT License
8.85k stars 3.9k forks source link

Cannot find module 'monaco-editor' #7393

Open 232650413 opened 2 years ago

232650413 commented 2 years ago

Reproduction link

https://stackblitz.com/run

Steps to reproduce

安装完 ,启动后报错 。 Error: node_modules/ng-zorro-antd/core/config/config.d.ts:9:29 - error TS2307: Cannot find module 'monaco-editor' or its corresponding type declarations.

9 import { Environment } from 'monaco-editor';

What is expected?

import { Environment } from 'monaco-editor';

What is actually happening?

Error: node_modules/ng-zorro-antd/core/config/config.d.ts:9:29 - error TS2307: Cannot find module 'monaco-editor' or its corresponding type declarations.

9 import { Environment } from 'monaco-editor';

Environment Info
ng-zorro-antd 13.2.0
Browser chrome
chenc041 commented 2 years ago

这个 pr 看着是解决你这个问题的 https://github.com/NG-ZORRO/ng-zorro-antd/pull/7392