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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -