taro3.0框架使用taro-ui报错问题

在 taro 项目的 config/index.js 中新增如下配置项:

h5: {
     
  esnextModules: ['taro-ui']
}

报错信息

�   Failed to compile.

./node_modules/taro-ui/dist/h5/components/accordion/index.js
Module not found: Can't resolve 'nervjs' in 'F:\test\taroApp\node_modules\taro-ui\dist\h5\components\accordion'

Error from chokidar (F:\): Error: EBUSY: resource busy or locked, lstat 'F:\pagefile.sys'

解决:

使用 npm i taro-ui@next 安装的ui库,可以使用
也有人说可以使用npm install [email protected] 可以尝试

你可能感兴趣的:(react,react)