ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Replicate dev environment not working #194

Open marpereira opened 7 years ago

marpereira commented 7 years ago

Steps to reproduce and a minimal demo I'm trying to edit package to meet my needs but app is broken.

    git clone (...)
    npm install
    npm start
    npm run build

Current behavior

Expected/desired behavior

Other information

marpereira commented 7 years ago

For some reason npm is trying to install @angular/material@2.0.0-beta3. I force to install @angular/material@2.0.0-beta2 and now its working.

Nevertheless, installing this version requires different versions than package.json file.

    npm WARN @angular/material@2.0.0-beta.2 requires a peer of @angular/core@^2.3.0 but none was installed.
    npm WARN @angular/material@2.0.0-beta.2 requires a peer of @angular/common@^2.3.0 but none was installed.
    npm WARN @angular/material@2.0.0-beta.2 requires a peer of @angular/http@^2.3.0 but none was installed.

I will leave this issue open for someone who wants to update and fix this version conflict.