validate-this
validate-this copied to clipboard
lib missing after installing 1.5.2
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
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?
Yes 1.4.1 works fine for me, just noticed it after a yarn upgrade
.