在npm安装完后,默认的是非全局安装,npm get global 输出为false
npm get global false npm set global=true npm get global true npm set global=false true <—为什么这里输出还是为true ?
在npm安装完后,默认的是非全局安装,npm get global 输出为false
npm get global false npm set global=true npm get global true npm set global=false true <—为什么这里输出还是为true ?