I had the same error (I'm using angular 18), in my case it happens when starting the app, to do so, I checked the dependency tree and found that "buffer" dependency was missing, so when I added it in my package.json, the problem was resolved.