Cannot find module 'util.js' after command npm init

I installed npm before and work with many projects along with express.js , but today I opened a folder and willing to start a new project. But after ‘npm init’ command , it says ‘util.js’ module not found. But I found this ‘util.js’ file on this root directory ‘npm\node_modules\npm\node_modules’. How to solve this issue?

:\Pulok\HabluTheGreatDoc\Projects\ReactApp\event-booking>npm init
npm ERR! code MODULE_NOT_FOUND
npm ERR! Cannot find module './util.js'
npm ERR! Require stack:
npm ERR! - C:\Users\Sabbir\AppData\Roaming\npm\node_modules\npm\node_modules\libnpx\index.js
npm ERR! - C:\Users\Sabbir\AppData\Roaming\npm\node_modules\npm\lib\init.js
npm ERR! - C:\Users\Sabbir\AppData\Roaming\npm\node_modules\npm\lib\npm.js
npm ERR! - C:\Users\Sabbir\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Sabbir\AppData\Roaming\npm-cache\_logs\2020-07-12T06_33_44_670Z-debug.log

Maybe just try updating to the latest version (12.18.2), the reinstall might fix it.

Link to your stackoverflow thread (I assume), just so people know what you have already tried

Yes, I uninstall node and reinstall, but the problem prevails.

This happened to me before I just restart my device

I restart several times, but no change.