Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib missing after installing 1.5.2 #130

Open
RazerM opened this issue Oct 7, 2020 · 2 comments
Open

lib missing after installing 1.5.2 #130

RazerM opened this issue Oct 7, 2020 · 2 comments

Comments

@RazerM
Copy link

RazerM commented Oct 7, 2020

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
@sslotsky
Copy link
Owner

sslotsky commented Oct 7, 2020

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?

@RazerM
Copy link
Author

RazerM commented Oct 7, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants