You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node_modules/@kubernetes/client-node/dist/gen/api/wellKnownApi.d.ts:13:8 - error TS1192: Module '"http"' has no default export.
13 import http from 'http';
node_modules/@kubernetes/client-node/dist/gen/model/models.d.ts:2:8 - error TS1259: Module '"/home/arshad/Code/uphabit/backend/node_modules/@types/request/index"' can only be default-imported using the 'esModuleInterop' flag
2 import localVarRequest from 'request';
attempted fixes
setting esModuleInterop: true is throwing 300 errors at all old import * as .... and changing all those is not feasible
is there anything else that needs to be set or any other way to overcome this ?
Thanks
The text was updated successfully, but these errors were encountered:
I think we are going to retain this flag as part of this library going forward, since that flag appears to be headed to be the default option in typescript as well.
attempted fixes
setting
esModuleInterop: true
is throwing 300 errors at all oldimport * as ....
and changing all those is not feasibleis there anything else that needs to be set or any other way to overcome this ?
Thanks
The text was updated successfully, but these errors were encountered: