It's possibly an issue because of the mismatch with the underlying node version. I ran into this and I was able to upgrade my node version that resolved the issue.
Run:
sudo npm install n -g
n stable
I do not see the issue in the stable version as of today: v22.14.0
Reference: Upgrading Node.js to the latest version