ubuntu - Cannot run package installed with npm -g -
on ubuntu machine, install packages using "npm install -g somepackage" installation process finishes correctly when try run new package cli somepacjage not defined command.
i assume ubuntu cannot find installed package.
any ideas?
more details required troubleshoot can try sudo
sudo npm install -g somepackage
Comments
Post a Comment