Base solution for your next web application
Open Closed

CloneDeep Issue in 8.5 version with Angular 9 #9390


User avatar
0
emirsec created

Get this errors during npm run publish Warning: Entry point 'abp-ng2-module' contains deep imports into 'C:/Users/source/repos/emirsec/LCFE/node_modules/rxjs/internal/observable/throwError'. This is probably not a problem, but may cause the compilation of entry points to be out of order. Warning: Entry point 'angular-calendar-year-view' contains deep imports into 'C:/Users/source/repos/emirsec/LCFE/node_modules/lodash/cloneDeep'. This is probably not a problem, but may cause the compilation of entry points to be out of order. Warning: Entry point 'angular2-text-mask' contains deep imports into 'C:/Users/source/repos/emirsec/LCFE/node_modules/text-mask-core/dist/textMaskCore'. This is probably not a problem, but may cause the compilation of entry points to be out of order.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    The messages you have shared are warning messages. Did you use cloneDeep from lodash ? If so, how did you import it ? You can try importing it like below;

    import cloneDeep from "lodash/cloneDeep";