I created an angular project in visual studio code(version 1.81.1). but when I try to run the program using "ng serve" command give below error.(Node version : 20.6.0,npm version : 10.0.0)
Cannot redefine property: File
Execution policies set as below
Can give any reason for the issue?
>Solution :
There is an issue with node 20.6 that break babel. The fix for node has landed but not been released yet.

