-
Notifications
You must be signed in to change notification settings - Fork 112
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
Metdata version mismatch #257
Comments
I was at version 4.0.0, everything work. Now a new npm install says the same error as above. |
Same error here. Updated from ng2-page-scroll 4.0.0-beta-11 to ngx-page-scroll 4.0.1 on Angular 4.4.6. CLI version 1.4.9. |
Rolling back to v4.0.0 gets me by for now, |
Please try the latest v4.0.2 release. The metadata.json files are generated with angular 4 compiler again to keep them backward compatible. |
Hello,
I just wanted to update from 4.0.0-beta-11 to 4.0.1, but I'm getting the following error:
ERROR in Metadata version mismatch for module .../node_modules/ngx-page-scroll/src/ngx-page-scroll.directive.d.ts, found version 4, expected 3, resolving symbol AppModule in .../src/app/ app.module.ts, resolving symbol AppModule in .../src/app/app.module.ts
I installed the new version by running 'npm install ngx-page-scroll --save' and changed everything in my code from ng2 to ngx.
Angular Version is 4.4.6. Is that maybe the problem? Is version 5 required now?
The text was updated successfully, but these errors were encountered: