RectAreaLightHelper is no part of the core anymore (since r112). Meaning you have to import the module from the examples directory like so (assuming you are using the npm package):
import { RectAreaLightHelper } from `three/examples/jsm/helpers/RectAreaLightHelper.js`;
I already have added this module in my html like this <script src="https://threejs.org/examples/jsm/helpers/RectAreaLightHelper.js"></script>
but still not working