Skip to content

webpack dependency issue when running npm start #3

@vernig

Description

@vernig

When running npm start the following error is shown

There might be a problem with the project dependency tree.
It is likely not a bug in Create React App, but something you need to fix locally.

The react-scripts package provided by Create React App requires a dependency:

  "webpack": "4.41.2"

Don't try to install it manually: your package manager does it automatically.
However, a different version of webpack was detected higher up in the tree:

  /Users/twilio/dev/customer/bamboo/plugin-logo-bamboo/node_modules/webpack (version: 4.42.0) 

This is due to the fact that an older version of react-scripts is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions