运行npm install element-plus --save时结果只是出现up to date in 2s
应该是把环境变量NODE_ENV设置成了production。可以把环境改回来,或者修改npm配置npm config set production=false