Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR in The target entry-point "nativescript-range-seek-bar" has missing dependencies: - nativescript-angular/element-registry #5

Open
RishabhGupta-git opened this issue Nov 30, 2020 · 1 comment

Comments

@RishabhGupta-git
Copy link

I am not using "nativescript-range-seek-bar" in my project and still getting the above error. I have added all the code added in description.

Please help

@odedBartov
Copy link

I am not using "nativescript-range-seek-bar" in my project and still getting the above error. I have added all the code added in description.

Please help

Just in case anyone in the future will encounter this problem again, here is the solution:
The new version of {NS} is using a little different syntax. In order to fix this error go to nod_modules => nativescript-range-seek-bar => range-seek-bar.module.js and change the line:
var element_registry_1 = require("nativescript-angular/element-registry");
with:
var element_registry_1 = require("@nativescript/angular");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants