Uncaught TypeError: getComponent: Type must be non-nil

My code:

const apie: Node = new Node();
console.log(apie);
const coli = apie.addComponent(CircleCollider2D);  // this is line 121

Error:
image

Log:

I am using version 3.4.2, thank you!

I found out CircleCollider2D is undefined:

console.log(UIOpacity);
console.log(CircleCollider2D);

Project > Project Settings > Feature Cropping > 2D > Tick ‘‘2D Physics System’’