Open wprater opened 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.
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.
hammerjs
is in the registry, is it supposed to install as a dep when I installvue-touch
like suchjspm install github:vuejs/vue-touch
it's listed as a dep in the
package.json
ofvue-touch
.