npm 全局安装 -g 之前和之后

npm install globally -g before and after

一样全局安装包有什么区别
npm install -g package_name

npm install package_name -g

简答:没有区别。