Hi Rajesh,
We checked your reported issue and we suspect the root cause of it might be that all the dependent packages required for your installed version of nodejs are not properly updated. This causes compatibility issues. It might have worked previously as the packages will be fetched from cache and on clearing the cache all the old packages are reset to the new ones.
This issue can be resolved by updating all the dependent packages of nodejs to the version that is supported by the installed node version. Otherwise, you can try to downgrade your node version to the older one to resolve this.
Thanks,
Christo