js-newbee / taro-yanxuan

首个 Taro 多端统一实例 - 网易严选(小程序 + H5 + React Native) - By 趣店 FED

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Couldn't find preset "react-app" relative to directory

chenfpp opened this issue · comments

环境:mac,node@11.14.0,taro@1.2.26
执行:npm i
npm run dev:h5
报错:
image

解决了
原因:环境与cli版本不一致
执行:删除所有安装依赖 rm -rf node_modules
更新本项目中的taro依赖 taro update project
重新安装依赖 npm i
执行 npm run dev:h5
image