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
The build fails when using a newer version of typescript because of "module": "CommonJS" in tsconfig. But changing this to the recommended Node16 causes a lot of issues:
The build fails when using a newer version of
typescript
because of"module": "CommonJS"
in tsconfig. But changing this to the recommendedNode16
causes a lot of issues:node_modules/long/umd/index.d.ts:1:18 - error TS1479 …
; see TypeScript errors with moduleResolution nodenext dcodeIO/long.js#125 and workaround 14ac3a7error: fabric.FabricControllerClient is not a constructor
duringpulumi up
; see v8: TypeScript types misrepresent CJS exports isaacs/node-lru-cache#289The text was updated successfully, but these errors were encountered: