在构建react-app的时候,一直卡在加载资源包的地方
npm config set registry https://registry.npm.taobao.org
-- 配置后可通过下面方式来验证是否成功
npm config get registry
-- 显示出上述地址的话就是更换成功
npm cache clean --force
npm install create-react-app
npx create-react-app my-app
在构建react-app的时候,一直卡在加载资源包的地方
npm config set registry https://registry.npm.taobao.org
-- 配置后可通过下面方式来验证是否成功
npm config get registry
-- 显示出上述地址的话就是更换成功
npm cache clean --force
npm install create-react-app
npx create-react-app my-app