I am using NVM and I am trying to install global NPM modules. That action requires permissions to a folder that I don't have permissions to. With regular node.js/npm that was easy to solve with prefix
configuration but NVM explicitly forbids it.
What is the right way to change the path to global modules folder in NVM?