### webstorm里面使用npm安装webpack npm的install卡在checking installable status? 解决方案: 使用淘宝镜像源重新安装 ``` npm config set registry https://registry.npm.taobao.org ```