Skip to content

[Bug] Won't start. Dependency issues maybe.  #8

@jonvaljonathan

Description

@jonvaljonathan

Version

1.1.0

Reproduction link

https://www.creative-tim.com

Operating System

macOS Big Sur

Device

Macbook Pro

Browser & Version

firefox 90.0.2

Steps to reproduce

npm -v 7.20.5
node -v 16.4.0

  1. Download repo
  2. $ npm install
  3. npm ERR! While resolving: nextjs-material-dashboard@1.1.0
    npm ERR! Found: react@17.0.1
    npm ERR! node_modules/react
    npm ERR! react@"17.0.1" from the root project
    npm ERR!
    npm ERR! Could not resolve dependency:
    npm ERR! peer react@"^15.3.0 || ^16.0.0" from react-swipeable-views@0.13.9
    npm ERR! node_modules/react-swipeable-views
    npm ERR! react-swipeable-views@"0.13.9" from the root project

// also happens with react-chartist

  1. delete package-lock.json and /node_modules
  2. run npm install --save --legacy-peer-deps
  3. still breaks

Sometimes the install passes, sometimes it hangs.

Haven't been able to get npm run dev to work.

What is expected?

Run npm install and npm run dev.

What is actually happening?

npm install fails


Solution

Additional comments

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