Coder Absolute
Coder Absolute

Reputation: 6367

Trying to add the Aurealia-Authentication to the skeleton-typescript template

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

Answers (1)

Coder Absolute
Coder Absolute

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.

  1. https://aurelia-api.spoonx.org/installation.html
  2. https://aurelia-authentication.spoonx.org/installation.html

Upvotes: 2

Related Questions