NejcZdovc / ng2-select2

Select 2 wraper for angular2
MIT License
123 stars 93 forks source link

Build breaking due to jQuery issue #122

Closed shivaluthra29 closed 6 years ago

shivaluthra29 commented 6 years ago

ERROR in /node_modules/@types/select2/index.d.ts (113,20): 'JQuery' only refers to a type, but is being used as a namespace here. This is breaking due to import of @types/select2@^4.0.42, which was updated about 17 hours back to version 4.0.45

Resolution: add "@types/select2": "4.0.42" to package.json

@NejcZdovc : can we change the import to the last tested and working version of @types/select2

Thanks in advance

darron1217 commented 6 years ago

Same here..

darron1217 commented 6 years ago

@NejcZdovc I created really simple PR to Fix this issue :)

123