离子生产版本中的“未找到模块”

时间:2018-06-20 08:35:38

标签: angular typescript ionic-framework ionic3

每当我执行应用程序的生产构建时,都会出现与日历模块有关的错误。一切都可以在开发服务和实验室中进行,这只是一个生产日历问题。

将日历的src文件夹的内容直接移动到Ionic的src中可以解决此问题-与本例相同:https://github.com/twinssbc/Ionic2-Calendar/issues/148(滚动到底部)-但这不是可行的解决方案因为那只是针对此特定应用程序的快速修复,所以我想在实际的日历模块上进行调整。

是否存在与Ionic的最新迭代不正确的导出/导入方法?我用尽了所有其他途径,四处搜寻,我正在StackOverflow以太网上寻求帮助。

[16:23:24]  copy finished in 7.66 s
Error: ./src/pages/dashboard/dashboard.ngfactory.js
Module not found: Error: Can't resolve '../../../node_modules/ionic3-calendar-en/src/calendar/calendar.ngfactory' in '/Users/xxx/xxx/xxx/ionic/xxx/src/pages/dashboard' resolve '../../../node_modules/ionic3-calendar-en/src/calendar/calendar.ngfactory' in '/Users/xxx/xxx/xxx/ionic/xxx/src/pages/dashboard' using description file: /Users/xxx/xxx/xxx/ionic/xxx/package.json (relative path: ./src/pages/dashboard)
Field 'browser' doesn't contain a valid alias configuration

这是有问题的模块: https://github.com/gbrits/ionic-calendar

请注意,还有其他人遇到与此模块有关的相同问题: https://github.com/gbrits/ionic-calendar/issues/8

如果知道此修复程序,请随时提交拉取请求。

我的想法是与相对路径有关吗?

0 个答案:

没有答案