Skip to content

Yarn support? (support silent npm install of Semantic-UI?) #239

Open
@jfarlow

Description

@jfarlow

I'm using ember 3.4.1, and I'm trying to use Yarn v1.10.1

The "[email protected] install script" is responsive and asks questions during installation, and this seems to be incompatible with how Yarn works.

during > yarn install
the semantic ui script tries to run, but seemingly fails:

Starting 'run setup'...
? Set-up Semantic UI (Use arrow keys)
❯ Automatic (Use default locations and all components) 
  Express (Set components and output folder) 
  Custom (Customize all src/dist values) 

and then during the standard
>ember serve

an error is thrown:

Build Error (Funnel)
Attempting to watch missing directory: node_modules/semantic-ui-css
{{{and then ember hangs - the port is open, but nothing is there}}}

in the error log:

Attempting to watch missing directory: node_modules/semantic-ui-css

  • errorType: Build Error
  • location:
    • column: [undefined]
    • file: [undefined]
    • line: [undefined]
    • treeDir: [undefined]
  • message: Build Canceled: Broccoli Builder ran into an error with Funnel plugin. 💥
    Attempting to watch missing directory: node_modules/semantic-ui-css
  • name: Error
  • nodeAnnotation: Funnel
  • nodeName: Funnel
  • originalErrorMessage: Attempting to watch missing directory: node_modules/semantic-ui-css
  • stack: Error: Attempting to watch missing directory: node_modules/semantic-ui-css

Is it possible to make Semantic-UI compatible with the Yarn build process?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions