fxmontigny / ng2-ace-editor

Ace editor integration with typescript for angular 4 - 5
MIT License
199 stars 92 forks source link

Angular 9+: Warning: Entry point 'ng2-ace-editor' contains deep imports #139

Open alegauss opened 4 years ago

alegauss commented 4 years ago

Hi,

Using Angular 9 and 10, it shows the following Warning:

Warning: Entry point 'ng2-ace-editor' contains deep imports into <project>/node_modules/brace/theme/monokai'. This is probably not a problem, but may cause the compilation of entry points to be out of order.

Regards,

RoopanV commented 4 years ago

We also need support for angular 10 too. Currently facing this warning during build

npm WARN ng2-ace-editor@0.3.9 requires a peer of @angular/core@^7.0.0 but none is installed. You must install peer dependencies yourself.

martinpagesaal commented 4 years ago

I created angular 9 version , hope it helps

https://github.com/martinpagesaal/ngx-ace-editor-wrapper

isaacalo commented 3 years ago

how about Angular 12 version?

Oxyps commented 3 years ago

Any workaround lib for Angular 12 version?

thesammit commented 2 years ago

Currently looking any upgrade version Angular 13 version.

kievsash commented 2 years ago

npm i --force worked for me