If you only have the zip file to install angular-cli with - how can it be installed without an internet connection?
This would be a good solution for your case.
npm i @angular/cli -g --cache MY_CACHE_FOLDER --cache-min 999999999 --no-shrinkwrap
You can find full article here.