axios-fetch icon indicating copy to clipboard operation
axios-fetch copied to clipboard

Unable to integrate with Angular

Open hishamsabur opened this issue 1 year ago • 0 comments

Hello,

I had initiate a new project with Angular, and install the following packages:

  • angular-apollo
  • apollo-upload-client
  • @lifeomic/axios-fetch
  • axios

to test onUploadProgress but I get the following error:

./node_modules/@lifeomic/axios-fetch/src/typeUtils.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js):
Error: <PATH\node_modules\@lifeomic\axios-fetch\src\typeUtils.ts is missing from the TypeScript compilation. Please make sure it is in your tsconfig via the 'files' or 'include' property.

I think the problem is the tsconfig.json file.

Best regards

hishamsabur avatar May 29 '23 10:05 hishamsabur