How can it be done - I\'ve tried combinations of
typings install [googlemaps | google.maps] [--ambient] --save
and end up with variations o
typings install google.maps --global
You need the --global (used to be --ambient) flag to search DefinitlyTyped
--global
--ambient