Type ‘Construct’ is not a class derived from ‘Construct’ [Fixed]

Onexlab
1 min readJul 30, 2020

If you are getting this error type ‘Construct’ is not a class derived from ‘Construct’. in AWS CDK application. Then this article will help you to resolve this issue.

CDK error type ‘Construct’ is not a class derived from ‘Construct’.
type 'Construct' is not a class derived from 'Construct'.

this is caused by the fact that package.json has 2 different versions of the CDK dependencies

--

--