OlivierCC / spfx-40-fantastics

This package is a sample kit of Client Side Web Parts built on the SharePoint Framework SPFx. You can find here different kind of high visual web parts as carousel, images galleries, animations, map, editors, etc.
MIT License
407 stars 279 forks source link

Gulp serve does not work #79

Open a-kitaev opened 5 years ago

a-kitaev commented 5 years ago

Solutions proposed earlier and using the fork did not help. Any suggestions?

Error - typescript - node_modules/@microsoft/sp-http/lib/httpClient/HttpClientResponse.d.ts(14,21): error TS2420: Class 'HttpClientResponse' incorrectly implements interface 'Response'. Error - typescript - src/webparts/simpleCarousel/SPPicturesListService.ts(61,126): error TS2345: Argument of type 'SPHttpClientConfiguration' is not assignable to parameter of type 'SPHttpClientConfiguration'. Error - typescript - src/webparts/simpleCarousel/SPPicturesListService.ts(98,53): error TS2345: Argument of type 'SPHttpClientConfiguration' is not assignable to parameter of type 'SPHttpClientConfiguration'. Error - typescript - src/webparts/sliderGallery/SPPicturesListService.ts(61,126): error TS2345: Argument of type 'SPHttpClientConfiguration' is not assignable to parameter of type 'SPHttpClientConfiguration'. Error - typescript - src/webparts/sliderGallery/SPPicturesListService.ts(98,53): error TS2345: Argument of type 'SPHttpClientConfiguration' is not assignable to parameter of type 'SPHttpClientConfiguration'.

dhiru08484 commented 5 years ago

I am also getting typescript error fork solution https://github.com/wills01/spfx-40-fantastics is also not working. Please help me to resolve this Gulp serve issue

mit4dev commented 5 years ago

I had the same error. Check issue #43 for solution.

dhiru08484 commented 5 years ago

Thanks i resolved this issue.