nathanhleung / install-peerdeps

💻 A command-line interface to install an NPM package and its peer dependencies automatically.
https://www.npmjs.com/package/install-peerdeps
MIT License
296 stars 20 forks source link

Install peer deps using absolute url #173

Open sexta13 opened 3 years ago

sexta13 commented 3 years ago

Hi,

I'm trying to run the command: npx install-peerdeps -Y --dev https://github.com/XXXXXXXX (XXXX is my project) and I can't make it work. Is there any "hack" I must do?

thanks in advance.