2019年3月11日
摘要: 1.没有在public_api.ts中导出 2.package.json中的字段 3.package.json中依赖的处理 Dependencies >改为unpeerDependencies 4.最后在dist 目录运行npm pack 5.最后就可在dist 目录下出现*.tgz 文件 阅读全文
posted @ 2019-03-11 16:41 斧子兔 阅读(625) 评论(0) 推荐(0)
摘要: old new :红色部分是重点 问题:可观测属性的问题, 当我使用的是可观测的属性,但找不到它。要解决这个问题,我需要简单地添加缺少的可观察导入,并在当前数据变量中键入:然后就可以解决了 当我使用的是可观测的属性,但找不到它。要解决这个问题,我需要简单地添加缺少的可观察导入,并在当前数据变量中键入 阅读全文
posted @ 2019-03-11 15:42 斧子兔 阅读(414) 评论(0) 推荐(0)
摘要: There are multiple modules with names that only differ in casing.有多个模块同名仅大小写不同This can lead to unexpected behavior when compiling on a filesystem with 阅读全文
posted @ 2019-03-11 13:39 斧子兔 阅读(316) 评论(0) 推荐(0)