28 英语小镇项目

总结摘要
28-英语小镇项目

28-英语小镇项目

复现项目

chatdev

按照GitHub页面操作安装

1
2
3
yarn install

yarn build

yarn install:出现sharp无权限以及找不到python环境的问题。

解决办法:用管理员权限打开cmd,因为python环境我统一用annaconda管理,所以在系统环境变量里配置了annaconda的路径。 alt text

yarn build:无法找到 minimatch 的类型定义文件 error TS2688: Cannot find type definition file for ‘minimatch’. The file is in the program because: Entry point for implicit type library ‘minimatch’

解决办法:

1
yarn add @types/minimatch --dev