Aurelia: SystemJS error after updating jspm for validation

54 Views Asked by At

Till now I was using

"aurelia-validatejs": "npm:aurelia-validatejs@^0.6.0",
"aurelia-validation": "npm:aurelia-validation@^0.10.0"

for validating properties of my application.

Today I tried to update the package for aurelia validation but after updating the package.json to

"aurelia-validation": "npm:aurelia-validation@^1.0.0-beta.1.0.1"

Whenever I am loading the application I getting the below error:

enter image description here

I am unable to resolve this issue, any help will be useful.

Thanks

0

There are 0 best solutions below