Sorry for such a noobish question. I'm trying to compile angular-auth-oidc-client to do some contrib, but the builds aren't finding the local library.
The imports for what is supposed to be a local library are obviously not there because it's the local library I'm testing.
import {
OidcSecurityService, UserDataResult } from 'angular-auth-oidc-client';
But those don't exist because they ... weren't installed by npm?
Steps to reproduce:
git clone https://github.com/damienbod/angular-auth-oidc-client.git
cd angular-auth-oidc-client
npm i
npm run start