Installing from GIT npm module missing files

Hi

When I use git dependency in the package.json
“package_name”: “git+ssh://git@example.githib.com/example.git”
This is private repo and all SSH keys are authorized

It only checkout readme.md and package.json file but not the rest

Does anyone face a similar issue?