Skip to content

Yarn install fails due to engine mismatch with electrode-electrify-react-component and sw-precache-webpack-plugin #390

Open
@tbohlen

Description

@tbohlen

When using yo electrode to generate a new app, the resulting dependencies have an engine mismatch error that prevents yarn install from working.

Using node v6, the install fails because electrode-electrify-react-compontent (dependency tree: electrode-archetype-react-app-dev -> electrode-webpack-reporter -> electrode-electrify-react-component) lists node ^4.2.6 under engines.

Sadly, if I switch to node 4, install fails because sw-precache-webpack-plugin (also required by electrode-archetype-react-app-dev) lists node >5 under engines

The way around this is to use yarn install --ignore-engines, but it would be much nicer if electrode-electrify-react-component could just allow for node 6. Is that change possible?

(Feel free to move to electrode repo, if desired.)

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