ember.js EmberJS标记无效或意外,没有进一步信息

aiqt4smr  于 2022-11-05  发布在  其他
关注(0)|答案(1)|浏览(140)

我实际上什么也没做。我只是写了一行CSS,从那以后就这样了。我甚至试着删除我正在使用的整个CSS文件,但它仍然不起作用。下面是.log文件:

ERROR Summary:

  - broccoliBuilderErrorStack: [undefined]
  - code: [undefined]
  - codeFrame: [undefined]
  - errorMessage: Invalid or unexpected token
  - errorType: [undefined]
  - location:
    - column: [undefined]
    - file: [undefined]
    - line: [undefined]
  - message: Invalid or unexpected token
  - name: SyntaxError
  - nodeAnnotation: [undefined]
  - nodeName: [undefined]
  - originalErrorMessage: [undefined]
  - stack: <path>\node_modules\webpack\lib\webpack.js:108
    EnvironmentPlugin: (

SyntaxError: Invalid or unexpected token
    at new Script (vm.js:79:7)
    at createScript (vm.js:251:10)
    at Object.runInThisContext (vm.js:303:10)
    at Module._compile (internal/modules/cjs/loader.js:657:28)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10)
    at Module.load (internal/modules/cjs/loader.js:599:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:538:12)
    at Function.Module._load (internal/modules/cjs/loader.js:530:3)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)

我不知道是谁写的这个错误记录方法,但它是无用的。我不知道发生了什么,因为我没有做任何事情,除了写一行CSS代码。

g6baxovj

g6baxovj1#

对于任何人也有这个问题,并偶然发现这个问题:尝试清除dist文件夹--〉它为我工作。

相关问题