node_modules/azure-iothub/dist/amqp.d.ts:7:29 - error TS2307: Cannot find module '@azure/core-http' or its corresponding type declarations.
7 import { AccessToken } from '@azure/core-http';
node_modules/azure-iothub/dist/client.d.ts:8:33 - error TS2307: Cannot find module '@azure/core-http' or its corresponding type declarations.
8 import { TokenCredential } from '@azure/core-http';
node_modules/azure-iothub/dist/job_client.d.ts:5:33 - error TS2307: Cannot find module '@azure/core-http' or its corresponding type declarations.
5 import { TokenCredential } from '@azure/core-http';
node_modules/azure-iothub/dist/registry.d.ts:9:33 - error TS2307: Cannot find module '@azure/core-http' or its corresponding type declarations.
9 import { TokenCredential } from '@azure/core-http';
node_modules/azure-iothub/node_modules/azure-iot-http-base/dist/rest_api_client.d.ts:3:46 - error TS2307: Cannot find module '@azure/core-http' or its corresponding type declarations.
3 import { AccessToken, TokenCredential } from '@azure/core-http';
Failing build because of dependencies missing.
node_modules/azure-iothub/dist/amqp.d.ts:7:29 - error TS2307: Cannot find module '@azure/core-http' or its corresponding type declarations.
7 import { AccessToken } from '@azure/core-http';
node_modules/azure-iothub/dist/job_client.d.ts:5:33 - error TS2307: Cannot find module '@azure/core-http' or its corresponding type declarations.
5 import { TokenCredential } from '@azure/core-http';
node_modules/azure-iothub/node_modules/azure-iot-http-base/dist/rest_api_client.d.ts:3:46 - error TS2307: Cannot find module '@azure/core-http' or its corresponding type declarations.
3 import { AccessToken, TokenCredential } from '@azure/core-http';