question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR in NouisliderModule is not an NgModule

See original GitHub issue

npm i --save nouislider ng2-nouislider@latest npm WARN deprecated ng2-nouislider@1.7.0: Version unsupported. Please use latest going forward. ±- ng2-nouislider@1.7.0 `-- nouislider@10.1.0

whats the latest version, after installing facing ERROR in NouisliderModule is not an NgModule 1.7.0 is the latest version., is it the problem with library supporting angular?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

6reactions
erikvanappeldoorncommented, Sep 22, 2017

Version 1.7.0 is broken, a downgrade to 1.6.2 worked for me. Check: https://github.com/tb/ng2-nouislider/issues/113

1reaction
donchrizzcommented, Oct 3, 2017

same here, 1.6.2 worked:

npm i --save nouislider ng2-nouislider@1.6.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

ERROR in Error: NgModule is not an NgModule - Stack Overflow
I just removed it then this issue resolved. import { NgModule } from '@angular/core'; import { AddBannerComponent } ...
Read more >
Angular Noob here - what does "Please add a @NgModule ...
I am trying to build my angular web app using ng build --prod . ... ERROR in : Unexpected value 'NouisliderModule in /<project_home>/node_modules/ ......
Read more >
Setting NgModule.id to module.id is a common anti-pattern
Debugging the errorlink. You can remove the id: module.id declaration from your NgModules. The compiler ignores this declaration and issues this warning instead ......
Read more >
NoUI Slider Component Documentation - PIXINVENT
import {NgModule} from '@angular/core'; import { NouisliderModule } from 'ng2-nouislider'; @NgModule({ imports: [NouisliderModule] }) export class ...
Read more >
AppModule is not an NgModule | fluin.io blog
If you see the error AppModule is not an NgModule when using the Angular CLI, then the solution is most likely to rollback...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found