I am new to nodejs environment. after installing nodejs in my windows system I tried checking their versions.
node -v is showing v16.7.0 okay.
but npm -v is not working.
I don't know why. I tried changing the environmental variable Path as well but it did not work.
below I showed the result after entering npm -v in my windows command promt :
Program 'npm.cmd' failed to run: The system cannot find the file specifiedAt line:1
char:1
+ npm -v
At line:1 char:1
+ npm -v
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
so please help me, am stuck here the whole day . pardon me if I do any mistake,Thank you :) ?