Perhaps because you install it globally. When you install it globally, it will not be saved locally.
To be able to use it locally, through npm inityou can include it in devDependenciesand then refer to it as ./node_modules/.bin/bowersince npm stores executable files there.