Giter Club home page Giter Club logo

Comments (3)

backspace avatar backspace commented on May 13, 2024

Thanks for posting about this, I haven’t seen it spelled out anywhere. Is there a workaround? I’m running into it in my attempt to get travis-web on Ember 3.6.

from broccoli-babel-transpiler.

belgoros avatar belgoros commented on May 13, 2024

I have the same issue that appears totally in a random way when starting a server locally with ember s:

Build Error (broccoli-persistent-filter:Babel > [Babel: ember-basic-dropdown]) in ember-basic-dropdown/test-support/helpers.js

Unknown option: .babel. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.


Stack Trace and Error Report: /var/folders/lv/b5jy1vv56lg19tcr5vd8rs880000gp/T/error.dump.e3699b14f4c3cf08c4fb35e745d6ea4f.log

Here is the content of the log file pointed to:

ERROR Summary:

  - broccoliBuilderErrorStack: ReferenceError: Unknown option: .babel. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.
    at throwUnknownError (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/validation/options.js:123:11)
    at Object.keys.forEach.key (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/validation/options.js:107:5)
    at Array.forEach (<anonymous>)
    at validateNested (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/validation/options.js:83:21)
    at validate (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/validation/options.js:74:10)
    at loadPrivatePartialConfig (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/partial.js:66:50)
    at loadFullConfig (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/full.js:43:39)
    at transformSync (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/transform.js:41:38)
    at Object.transform (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/transform.js:22:38)
    at resolve (/Users/Serguei/projects/decastore/decastore-front/node_modules/ember-intl/node_modules/broccoli-babel-transpiler/lib/worker.js:11:29)
  - codeFrame: Unknown option: .babel. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.
  - errorMessage: ember-basic-dropdown/test-support/helpers.js: Unknown option: .babel. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.
        in /var/folders/lv/b5jy1vv56lg19tcr5vd8rs880000gp/T/broccoli-8075ChJulvB68cd7/out-041-funnel_addon_tree_for_test_support_ember_basic_dropdown
        at broccoli-persistent-filter:Babel > [Babel: ember-basic-dropdown] (Babel: ember-basic-dropdown)
  - errorType: Build Error
  - location:
    - column: [undefined]
    - file: ember-basic-dropdown/test-support/helpers.js
    - line: [undefined]
    - treeDir: /var/folders/lv/b5jy1vv56lg19tcr5vd8rs880000gp/T/broccoli-8075ChJulvB68cd7/out-041-funnel_addon_tree_for_test_support_ember_basic_dropdown
  - message: ember-basic-dropdown/test-support/helpers.js: Unknown option: .babel. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.
        in /var/folders/lv/b5jy1vv56lg19tcr5vd8rs880000gp/T/broccoli-8075ChJulvB68cd7/out-041-funnel_addon_tree_for_test_support_ember_basic_dropdown
        at broccoli-persistent-filter:Babel > [Babel: ember-basic-dropdown] (Babel: ember-basic-dropdown)
  - name: BuildError
  - nodeAnnotation: Babel: ember-basic-dropdown
  - nodeName: broccoli-persistent-filter:Babel > [Babel: ember-basic-dropdown]
  - originalErrorMessage: Unknown option: .babel. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.
  - stack: ReferenceError: Unknown option: .babel. Check out https://babeljs.io/docs/en/babel-core/#options for more information about options.
    at throwUnknownError (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/validation/options.js:123:11)
    at Object.keys.forEach.key (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/validation/options.js:107:5)
    at Array.forEach (<anonymous>)
    at validateNested (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/validation/options.js:83:21)
    at validate (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/validation/options.js:74:10)
    at loadPrivatePartialConfig (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/partial.js:66:50)
    at loadFullConfig (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/config/full.js:43:39)
    at transformSync (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/transform.js:41:38)
    at Object.transform (/Users/Serguei/projects/decastore/decastore-front/node_modules/@babel/core/lib/transform.js:22:38)
    at resolve (/Users/Serguei/projects/decastore/decastore-front/node_modules/ember-intl/node_modules/broccoli-babel-transpiler/lib/worker.js:11:29)

AFter stopping and retsrting the errors goes away.
Using Ember 3.7.2. Any ideas ? Thank you.

from broccoli-babel-transpiler.

rwjblue avatar rwjblue commented on May 13, 2024

#163 should address this

from broccoli-babel-transpiler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.