How to check Algorand SDK by using command

Guys how to check the version of algo SDK by using command Like NPM Algo --version?

npm list algosdk
1 Like

but this can not show globally installed version?

The best practice is to only use local packages (at least for algosdk).
If for some reason you really want to use a global package, you can check the version using:
npm list algosdk -g