I was wondering if anyone has had any success installing the validation plugin using JSPM against the Skeleton projects?
As documented in this bug report, the typings
information is not installed and the gulp build step will fail.
Any hints or ideas would be greatly appreciated!
Thanks
Joe
You either install them with typings
or install the package with npm as well
@MaximBalaganskiy probably offers the best sollution, typings
is something of a workaround. However, if you do want to use typings
, try this:
typings install --save github:aurelia/validation#1.1.2
This ends up creating another error with a conflict in the bindings typings
error TS2451: Cannot redeclare block-scoped variable 'getContextFor'.
which is reported in this bug.