Recently, when I run npm audit
in my npm package, I receive the following error:
The problem seems to be in the dicer package which is a very popular package used by NestJS.
I searched the web for possible solutions but can’t find any fixes. Has anyone been able to fix this yet?
Thanks in advance.
Advertisement
Answer
It seems that NestJS has fixed it by removing dicer from their packages. I fixed the issue just by deleting the package-lock.json
and node_modules
folder and running npm install
again.