ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

ERROR in The target entry-point "listview-directives" has missing dependencies: - ./../ #1441

Open hariaravind10 opened 4 years ago

hariaravind10 commented 4 years ago

Hi all, I got the bellow error for Radlistview

ERROR in The target entry-point "listview-directives" has missing dependencies:

susymercado commented 4 years ago

Hello, could you solve it? I have the same error

relez commented 4 years ago

Hey there, if you are using nativescript + angular 9 with ivy support, add portion of code to the ngcc.config.js file:

"nativescript-ui-listview": {
    entryPoints: {
        "angular": {
            override: {
                main: "./listview-directives.js",
                typings: "./listview-directives.d.ts",
            },
            ignoreMissingDependencies: true,
        }
    },
    ignorableDeepImportMatchers: [
        /tns-core-modules\//,
        /@nativescript\/core\//,
        /@nativescript\/angular\//
    ]
},

If you have any further questions, please read this guide: https://github.com/NativeScript/nativescript-angular/wiki/Updating-and-developing-for-@nativescript-angular-v9-with-Ivy-or-without/0b4fa3ccb338dd2e8289eb3255136b43f4d28b86

I hope this helps.

kapil9-10 commented 4 years ago

@relez it's not worked for me, I still get that error

ERROR in ../node_modules/nativescript-ui-calendar/ivy_ngcc/angular/calendar-directives.js Module not found: Error: Can't resolve './../' in 'C:\Users\shama\Desktop\node-course\N_playground\node_modules\nativescript-ui-calendar\ivy_ngcc\angular' @ ../node_modules/nativescript-ui-calendar/__ivy_ngcc__/angular/calendar-directives.js 3:10-26 @ ./app/app.module.ts @ ./main.ts