I installed NVM for Windows
using this tool https://github.com/coreybutler/nvm-windows
.
>nvm --version
1.1.11
Firebase CLI reference says that Installing Node.js automatically installs the npm command tools.
Nevertheless, when I try to install the Firebase CLI using the following command:
npm install -g firebase-tools
the npm
command is not found
Does it require to setup some additional environment variables to make it work?