ng2-ace-editor icon indicating copy to clipboard operation
ng2-ace-editor copied to clipboard

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

Open alegauss opened this issue 4 years ago • 6 comments

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,

alegauss avatar Jul 07 '20 01:07 alegauss

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

npm WARN [email protected] requires a peer of @angular/core@^7.0.0 but none is installed. You must install peer dependencies yourself.

RoopanV avatar Jul 23 '20 05:07 RoopanV

I created angular 9 version , hope it helps

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

martinpagesaal avatar Sep 02 '20 19:09 martinpagesaal

how about Angular 12 version?

isaacalo avatar Sep 05 '21 11:09 isaacalo

Any workaround lib for Angular 12 version?

Oxyps avatar Sep 30 '21 15:09 Oxyps

Currently looking any upgrade version Angular 13 version.

thesammit avatar Aug 18 '22 11:08 thesammit

npm i --force worked for me

kievsash avatar Aug 30 '22 13:08 kievsash