tb / ng2-nouislider

Angular2 noUiSlider directive
http://tb.github.io/ng2-nouislider/
MIT License
185 stars 114 forks source link

suddenly started having error TS2305: Module '"../../node_modules/ng2-nouislider/ng2-nouislider"' has no exported member 'NouisliderModule'. #213

Closed chintandbhatt-zz closed 5 years ago

chintandbhatt-zz commented 5 years ago

Suddenly stated having error TS2305: Module '"../../node_modules/ng2-nouislider/ng2-nouislider"' has no exported member 'NouisliderModule'.

can't build angular project anymore! please help

dlewis-ald commented 5 years ago

I had the same issue. Just downgraded to 1.7.13.

Looks like there is an issue with the bundling

dlewis-ald commented 5 years ago

Looking at the package.json file, I think the entry

"es2015": "ng2-nouislider.js",

should instead point to the bundle generated file (the one referenced is empty)

chintandbhatt-zz commented 5 years ago

I had the same issue. Just downgraded to 1.7.13.

Looks like there is an issue with the bundling

chintandbhatt-zz commented 5 years ago

I had the same issue. Just downgraded to 1.7.13.

Looks like there is an issue with the bundling

@dlewis-ald thanks mate - that seems to be an issue!