Reputation: 6367
I am trying to add the aurelia-authentication
plugin to this template skeleton-navigation using TypeScript
but ended up in errors. The aurelia-authentication
plugin can be found here
Either I am doing something wrong by not following the aurelia-authentication
documentation correct or something is missing in the documentation.
I have tried to integrate twice but ended up with errors when executing the gulp watch
. Can someone figure out what is missing by looking at the screenshot here?
Upvotes: 0
Views: 57
Reputation: 6367
I manage to solve this issue by installing the aurelia-api
first, then aurealia-authentication
by following their installation document which is quite easy to understand. Here are the links to both the documentations.
Upvotes: 2