jd-opensource / jd-opensource/taro-ui
编译完成后,在微信开发工具里报错“Component is not found in path "npm/taro-ui/dist/weapp/components/list/item/index"”
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 740
- PR merge metrics
- No merged PRs in 30d
Description
### Taro UI 版本信息
v2.3.4
### 问题描述
之前编译完都是好好的,都能运行小程序,今天编译完后开发工具里一直报这个错误,我重新安装了taro-ui(cnpm install taro-ui)还是报错,网上查也没查到解决办法
jsEnginScriptError
Component is not found in path "npm/taro-ui/dist/weapp/components/list/item/index" (using by "pages/index/index");onAppRoute
Error: Component is not found in path "npm/taro-ui/dist/weapp/components/list/item/index" (using by "pages/index/index")
at q (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1566874)
at q (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1567078)
at http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1588948
at Module.He (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1589527)
at Function.value (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1679884)
at Et (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1696036)
at http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1700298
at Dt (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1700791)
at Function. (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1704378)
at i. (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1672721)
### 复现步骤
npm run dev:weapp编译成功后开发工具里报错
### 复现代码
import { AtInput, AtList, AtListItem, AtActivityIndicator, AtButton ,AtAvatar} from 'taro-ui'
### 报错信息
jsEnginScriptError
Component is not found in path "npm/taro-ui/dist/weapp/components/list/item/index" (using by "pages/index/index");onAppRoute
Error: Component is not found in path "npm/taro-ui/dist/weapp/components/list/item/index" (using by "pages/index/index")
at q (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1566874)
at q (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1567078)
at http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1588948
at Module.He (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1589527)
at Function.value (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1679884)
at Et (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1696036)
at http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1700298
at Dt (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1700791)
at Function. (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1704378)
at i. (http://127.0.0.1:50882/appservice/__dev__/WAService.js:2:1672721)
### 系统信息
taro v2.2
### 补充信息
Contributor guide
Assessment
This issue has not been assessed yet.