解决:src/index.tsx: api.assumption is not a function

155 阅读1分钟

在工程目录中运行下面3行命令解决

rm -rf node_modules
yarn
yarn build