Hi Mohd,
it appears npm is not properly installed on your system.
you should try to install/re-install node.js, which provides nvm.
or you can try winget:
winget install OpenJS.NodeJS
then re-open your command line window and verify it installed by typing: npm -v
Good luck!