jetbridge / axios-jwt

Store, transmit, refresh JWT authentication tokens for axios
https://www.npmjs.com/package/axios-jwt/
117 stars 30 forks source link

No dist/ folder from clean install #72

Closed daxaxelrod closed 9 months ago

daxaxelrod commented 9 months ago

Hi Again! Fresh install of 4.0.1 throws an error because package.json says to look in /dist/index but its not there

revmischa commented 9 months ago

That's odd, seems like it's in the package: https://www.npmjs.com/package/axios-jwt/v/4.0.1?activeTab=code

Screenshot 2024-02-07 at 8 47 28 PM

Any idea what could be wrong?

daxaxelrod commented 9 months ago

Yes you are totally right! Must've been some local caching issue. Thanks!