create-react-app 初始化错误

要做一DEMO,使用react+antd,初始化项目时报错:

d:\work\javaproject>yarn create react-app stream-player-demo
yarn create v1.10.1
[1/4] Resolving packages...
error An unexpected error occurred: "d:/.npm/create-react-app: Invalid URI \"d:/.npm/create-react-app\"".
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\myan\\AppData\\Local\\Yarn\\Data\\global\\yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/create for documentation about this command.

解决办法
执行下面命令:

d:\work\javaproject>npm config set registry https://registry.npm.taobao.org
d:\work\javaproject>npm config set disturl https://npm.taobao.org/dist

然后执行初始化项目成功:

d:\work\javaproject>yarn create react-app stream-player-demo
yarn create v1.10.1
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...

success Installed "create-react-app@2.1.5" with binaries:
......
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值