validate-this icon indicating copy to clipboard operation
validate-this copied to clipboard

lib missing after installing 1.5.2

Open RazerM opened this issue 3 years ago • 2 comments

I had this problem on Node 10, but the quickest way to check on a clean system is in the node docker container:

docker run --rm -it node bash
npm install validate-this
ls -la node_modules/validate-this
total 28
drwxr-xr-x 2 root root 4096 Oct  7 13:48 .
drwxr-xr-x 3 root root 4096 Oct  7 13:48 ..
-rw-r--r-- 1 root root   97 Oct 26  1985 .travis.yml
-rw-r--r-- 1 root root 1068 Oct 26  1985 LICENSE
-rw-r--r-- 1 root root 4397 Oct 26  1985 README.md
-rw-r--r-- 1 root root 2306 Oct  7 13:48 package.json

RazerM avatar Oct 07 '20 13:10 RazerM

Thanks for the issue @RazerM. I don't think version 1.5.2 had anything new besides dependency updates. I haven't really been maintaining any of my open source libraries for a while. Are you able to go back to 1.4.1?

sslotsky avatar Oct 07 '20 14:10 sslotsky

Yes 1.4.1 works fine for me, just noticed it after a yarn upgrade.

RazerM avatar Oct 07 '20 14:10 RazerM