plwalters / aurelia-validate.js

An Aurelia plugin for validate.js expressive validation.
MIT License
5 stars 1 forks source link

jspm install fails on aurelia/validation #9

Open mallen opened 8 years ago

mallen commented 8 years ago

While trying to run the tests I get the following error on the jspm install step

err No version match found for github:aurelia/validation@chore%252525252525252525252525252525252Frefactor

Any ideas how to fix it? Thanks

plwalters commented 8 years ago

It should read chore/refactor but I am assuming something is transforming the package.json incorrectly - I would try to use a slash in there first to replace %252525225252525 or just remove all but one %25 in there if that makes sense.

plwalters commented 8 years ago

As a note this is because we need to use a different branch of validation for now until it becomes master.

JeroenVinke commented 8 years ago

I'm also getting this error. https://github.com/PWKad/aurelia-validate.js/blob/master/package.json#L32 doesn't seem right either.

I have tried to change it to: github:aurelia/validation@chore%2Frefactor github:aurelia/validation@chore/refactor github:aurelia/validation@chore%25refactor github:aurelia/validation@chore\/refactor

but JSPM doesn't like any of the above. Would it be possible to rename the chore/refactor branches to something without the slash ?

plwalters commented 8 years ago

Sure let me see what I can do when I get back from lunch

plwalters commented 8 years ago

Crud I just remembered I ended up having to remove that entry and install it locally as an NPM link for this to work because JSPM couldn't resolve it properly. I'll post here when I get it fixed so you can check it out again with the proper instructions, thanks for pointing this out.

alvarezmario commented 8 years ago

@PWKad any progress on this? I really want to start testing this plugin, but this is blocking me :cry:

plwalters commented 8 years ago

Sorry for the late response - I tried a few other methods but either the app fails or the tests fail.

I think we are going to go ahead and create a new tag to allow installing validation in here so we can start getting some feedback.

alvarezmario commented 8 years ago

@PWKad thanks man. Looking forward to start testing the library :+1:

mallen commented 8 years ago

@PWKad Excellent! Will give some feedback as soon as we are able to

plwalters commented 8 years ago

Ok this is going to be released tomorrow a bit more officially to make it easier.

alvarezmario commented 8 years ago

@PWKad where will be announced, on blog.durandal.io? I can't wait to start testing this. Thanks again for your hard work