2018年12月20日
摘要: 文件结构: tsconfig.json app1.ts app2.ts 编译后,报错:Error: Cannot find module '@folder2/app2'。 这段代码在typeScript并没有检测到错误,但编译为javascript后,路径并没有映射过去。javascript能访问的 阅读全文
posted @ 2018-12-20 15:01 吾乃青帝 阅读(3276) 评论(1) 推荐(0)
摘要: 解决方案:把镜像地址改为阿里云镜像就可以了。 setting - Daemon - Registry mirrors, 文本框内填入:https://xaiqlt1z.mirror.aliyuncs.com。如图: 阅读全文
posted @ 2018-12-20 09:38 吾乃青帝 阅读(4565) 评论(0) 推荐(0)