-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run dev:h5 编译失败 You may need an appropriate loader to handle this file type. #2224
Comments
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
CC @Littly |
按照操作,没有复现你的问题喔 |
我也出现这个问题,找了两天了,最后发现是我系统里有一个 |
是否都是类似于这位老哥的情况?不是的话,需要提供一个能复现的仓库 不然完全没法debug |
同样的问题,没发现有~/.babelrc文件,要怎么搞? |
1、首先检查config/index.js 是否已加入配置 esnextModules: ['taro-ui'] 亲测有效 |
esnextModules: ['taro-ui'] 这个是加到config/index.js哪个位置? |
config/index.js 已加入配置 h5: {
publicPath: '/',
staticDirectory: 'static',
esnextModules: ['taro-ui'], |
如果依然出现这种情况 那需要一个可以重现这种情况的仓库地址 |
我用的taro-ui的官方仓库进行的测试,有两台机器win7,win server2008可以正常运行,还有一台win7,mac跑不起来,就报这个./node_modules/.2.0.0@taro-ui/dist/h5/components/countdown/index.js 105:11 错误 |
so the mingw??
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Alexander Sandoval
Sent: Sunday, March 3, 2019 11:15:52 PM
To: NervJS/taro; NervJS/taro
Cc: Subscribed
Subject: Re: [NervJS/taro] npm run dev:h5 编译失败 You may need an appropriate loader to handle this file type. (#2224)
wat do u mean?
Get Outlook for iOS<https://aka.ms/o0ukef>
________________________________
From: sananiki <notifications@github.com>
Sent: Sunday, March 3, 2019 11:13:29 PM
To: NervJS/taro
Cc: Subscribed
Subject: Re: [NervJS/taro] npm run dev:h5 编译失败 You may need an appropriate loader to handle this file type. (#2224)
如果依然出现这种情况 那需要一个可以重现这种情况的仓库地址
我用的taro-ui的官方仓库进行的测试,有两台机器win7,win server2008可以正常运行,还有一台win7,mac跑不起来,就报这个./node_modules/.2.0.0@taro-ui/dist/h5/components/countdown/index.js 105:11 错误
―
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FNervJS%2Ftaro%2Fissues%2F2224%23issuecomment-469143072&data=02%7C01%7C%7C1f9644d82ea84987ab9e08d6a070e7c7%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636872804109350714&sdata=atbeh3WKRBxgJlEJpV%2BBZFzIVBeonaDJxuU03EJgj9o%3D&reserved=0>, or mute the thread<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAsDZqcnrw-CRfu1gaQcid8ieEvQlPBJDks5vTMeZgaJpZM4bEamE&data=02%7C01%7C%7C1f9644d82ea84987ab9e08d6a070e7c7%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636872804109360725&sdata=RO5l85w%2FHmXIAs3DWyu82lrUotx4G9LNl61OjBWe3uc%3D&reserved=0>.
|
神奇了。你是用什么包管理器安装的?看你的报错日志,taro-ui的最终安装目录是 |
改了上面的都还是上面的那个问题,无法编译打包H5 |
后面把taro回退到1.2.17后新建一个项目,把package.json复制过去,然后下taro-ui后就好,个人觉得的应该是@tarojs依赖包中的问题,先用1.2.17好了 |
翻了一下上面的评论,这个情况跟具体平台上npm依赖的安装位置有关。 受不同的包管理器影响,taro-ui会被安装在不同的目录下,有最普通的 taro@1.2.20版本之后对匹配逻辑进行了修改,除了字符串匹配,也增加了正则表达式的匹配功能。如果发现配置了 |
Hello~ 您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。 如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。 Good luck and happy coding~ |
问题描述
第一次使用taro 和 taro-ui,打算开发微信小程序;有react 和 微信小程序原生开发经验;按照taro, taro-ui 官方教程使用,遇到问题后查阅了历史issues 并按照解决办法尝试,问题依旧。
复现步骤
config/index.js 已加入配置
app.scss 加入样式
pages/index.js 加入代码
期望行为
打开页面显示 按钮
报错信息
系统信息
The text was updated successfully, but these errors were encountered: