ContaAzul / creditcard.js

A simple credit card validation library in JavaScript
http://contaazul.github.io/creditcard.js/
Other
374 stars 82 forks source link

Installation with npm fails (again) #170

Open dtillner opened 5 months ago

dtillner commented 5 months ago

With version 3.0.30 installation with npm fails with error "yarn not found".

Probably this is because of this line in package.json

"preinstall": "yarn dlx only-allow yarn",

Reintroduced problem from #159

yuigoto commented 2 months ago

Version 3.0.33 still failing when installing with npm with the yarn not found error.

It's possible to install if you're using bun as package manager, but had to rip it off as of now because deployments kept failing since I'm kinda locked with npm on production.