jspm / registry

The jspm registry and package.json override service
https://jspm.io
229 stars 255 forks source link

hammerjs not being install as dep to vue-touch #223

Open wprater opened 9 years ago

wprater commented 9 years ago

hammerjs is in the registry, is it supposed to install as a dep when I install vue-touch like such jspm install github:vuejs/vue-touch

it's listed as a dep in the package.json of vue-touch.

guybedford commented 9 years ago

Have you tried installing vue-touch from npm? It can be preferable.

Note that dependencies in the package.json are not installed by default without information about the registry being given. See https://github.com/jspm/registry/wiki/Configuring-Packages-for-jspm#package-dependencies for a more detailed explanation around this.

wprater commented 9 years ago

for some reason, I was not able to get it to install from npm when I tried, but after looking I can see it's there. so you'd need be to open a PR to get vue-touch to install the hammer dep as well?

thanks for the info!

On Mon Feb 23 2015 at 12:54:31 AM Guy Bedford notifications@github.com wrote:

Have you tried installing vue-touch from npm? It can be preferable.

Note that dependencies in the package.json are not installed by default without information about the registry being given. See https://github.com/jspm/registry/wiki/Configuring-Packages-for-jspm#package-dependencies for a more detailed explanation around this.

— Reply to this email directly or view it on GitHub https://github.com/jspm/registry/issues/223#issuecomment-75507542.