axios-fetch
axios-fetch copied to clipboard
Unable to integrate with Angular
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