当我跑步' ember serve'
时,我收到以下非常混乱的消息[BABEL] Note: The code generator has deoptimised the styling of "ember-blog/bower_components/moment/min/locales.js" as it exceeds the max of "100KB"
它还抛出以下错误:
SyntaxError: ember-blog/bower_components/moment/templates/locale-header.js: Unexpected token (6:0)
4 | factory(global.moment)
5 | }(this, function (moment) { 'use strict';
> 6 |
我曾经安装过时刻包,但现在已经已删除。使用ls -la检查文件系统会发现没有名为' moment'的文件夹,所以 Babel如何查找文件?
我尝试删除了&t; tmp'中的文件。目录,但没有解决问题。
答案 0 :(得分:0)
好的,显然是报告文件在ember-blog/bower_components/moment/templates/locale-header.js
,但文件实际上在ember-blog/app/bower_components/moment/templates/locale-header.js
。
Donno为什么会截断应用程序部分,但这就是为什么我找不到导致我悲痛的文件。