sindresorhus / wallpaper-cli

Get or set the desktop wallpaper
MIT License
171 stars 17 forks source link

When I try to install this module and run wallpaper, I get different output #6

Closed Industrial closed 7 years ago

Industrial commented 7 years ago

Hi.

I'm getting output for npm 'wallpaper' even though I ran npm remove -g wallpaper; npm remove -g wallpaper-cli; npm i -g wallpaper-cli; wallpaper --help;

I'd really like this version since it takes an URL.

sindresorhus commented 7 years ago

Maybe you have multiple versions of npm installed, or you changed the npm location without moving the old global node_modules folder. Or you installed it with Yarn. Many reasons this could happen, but not something I can give support for here. This is more of an npm/yarn support question. Try their support channels.