Hi, @msandula. Would you run the install command again? When it runs look for output similar to this (which will obviously differ on Windows):
/home/user/.nvm/versions/node/v11.8.0/bin/ntl -> /home/user/.nvm/versions/node/v11.8.0/lib/node_modules/netlify-cli/bin/run
/home/user/.nvm/versions/node/v11.8.0/bin/netlify -> /home/user/.nvm/versions/node/v11.8.0/lib/node_modules/netlify-cli/bin/run
> netlify-cli@2.32.0 postinstall /home/user/.nvm/versions/node/v11.8.0/lib/node_modules/netlify-cli
> node ./scripts/postinstall.js
Success! Netlify CLI has been installed!
Next test using the full path to the CLI tool. This might look similar to this:
$ /home/user/.nvm/versions/node/v11.8.0/bin/netlify version
netlify-cli/2.32.0 linux-x64 node-v11.8.0
This will confirm that the Netlify CLI tool is installed and working. If that works, the final step to resolve the issue will be to add the directory which contains this link to your bash
environment variable PATH
.
Here is the PATH environment variable for the system used in the examples above:
PATH="/home/user/.nvm/versions/node/v11.8.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/share/rvm/bin:/usr/local/bin/"
If there are other questions about this, please let us know.