Ashishkumar Pandey
06/04/2022, 9:38 AM"validator": "git+<https://github.com/ashishpandey001/validator.js#main>"
to my package.json. Unfortunately, I’m unable to import and use this lib in this way. Any ideas why and how could I approach solving this?Klaus
06/04/2022, 7:37 PMgit+
in front e.g. "validator": "<https://github.com/ashishpandey001/validator.js#main>"
or use the tarball option <https://github.com/ashishpandey001/validator.js/tarball/main>
both worked fine for me in a package.json file