NVM удаляет глобально установленные пакеты
# You can use the following nvm command
# Version being the last node version you had those packages in
nvm reinstall-packages <version>
Gifted Gorilla