How to use external npm package inside my new universal login template?

Hello, I’m trying to use i18next inside my new universal login HMTL template in order to translate a couple of static HTML links. I tried adding the package through a CDN link inside a script tag, but after re-deploying the template, auth0 throws me a 404 error for that script.

So, my question is: How can I use external npm packages in my new universal login template?

1 Like