Cannot file module on v4.1.0
JaxonWright opened this issue · 2 comments
JaxonWright commented
Description
When updating to version 4.1.0, I am no longer able to run my Angular project, as it cannot find the @auth0/angular-jwt
library. Downgrading to 4.0.0 works fine.
Reproduction
- change your
package.json
in such a way where the latest version of@auth0/angular-jwt
is set - run
npm install
- import something from the library somewhere in your Angular project, like the
app.module
- run
ng serve
and observe that it fails to compile due to it not being able to find the module
Environment
- Version of this library used: 4.1.0
- Version of the platform or framework used, if applicable: Angular 9.1.7
- Other relevant versions (language, server software, OS, browser): N/A
- Other modules/plugins/libraries that might be involved: N/A
JaxonWright commented
Ope. did not see that. Sorry about that.