How to use Node packages without internet connection?

I found npm-bundle that does exactly what I was looking for. It generates a .tar.gz (like a maven .jar) with all deps that I can deploy anywhere. It says npm-bundle is deprecated in lieu of npm install but npm install does not do what I expect it to do.