How to Fix npm Error Code EINVALIDTAGNAME When Publishing a Package?

node -v 20.18.0
npm -v 10.9.0

Hello, I have a problem, when I am trying to use any npx init command, I get error. for example npx init prisma
same I get when trying to init husky.

PS C:UsersUserDesktopNew folder (5)> npx prisma init
npm error code EINVALIDTAGNAME
npm error Invalid tag name “scripts.build=tsc” of package “scripts.build=tsc”: Tags may not have any characters that encodeURIComponent encodes.
npm error A complete log of this run can be found in: C:UsersUserAppDataLocalnpm-cache_logs2024-10-15T10_09_14_591Z-debug-0.log
PS C:UsersUserDesktopNew folder (5)>

tried update nodejs, uninstalled and reinstalled all global packages, also created another empty nodejs project, but I got same error