Git Product home page Git Product logo

Comments (7)

julianobrasil avatar julianobrasil commented on August 21, 2024 2

The main issue seems to be the lack of "@angular/cdk": "github:angular/cdk-builds", along with material-builds dependency (I saw it after posting the last message). But it'll do no harm if you update the other parts too, leaving the material and flex-layout as nightly builds.

from material2-start.

EladBezalel avatar EladBezalel commented on August 21, 2024

What node version are you using?

from material2-start.

J-Cordova avatar J-Cordova commented on August 21, 2024

6.9.2

from material2-start.

fad250 avatar fad250 commented on August 21, 2024

I'm experiencing the same issue. My node version is v6.10.3.

from material2-start.

roelzkie15 avatar roelzkie15 commented on August 21, 2024

I had this same issue also using node v6.10.0

from material2-start.

julianobrasil avatar julianobrasil commented on August 21, 2024

Try this package.json (I don't know exactly which change fixed it, I'll try to find out this later):

{
  "name": "material2-start",
  "version": "0.0.0",
  "license": "MIT",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "lint": "ng lint",
    "workshop": "ts-node ./workshop-cli"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^4.2.5",
    "@angular/common": "^4.2.5",
    "@angular/compiler": "^4.2.5",
    "@angular/core": "^4.2.5",
    "@angular/flex-layout": "^2.0.0-beta.8",
    "@angular/forms": "^4.2.5",
    "@angular/http": "^4.2.5",
    "@angular/material": "2.0.0-beta.7",
    "@angular/platform-browser": "^4.2.5",
    "@angular/platform-browser-dynamic": "^4.2.5",
    "@angular/router": "^4.2.5",
    "core-js": "^2.4.1",
    "hammerjs": "^2.0.8",
    "rxjs": "^5.3.0",
    "zone.js": "^0.8.12"
  },
  "devDependencies": {
    "@angular/cli": "^1.2.0",
    "@angular/compiler-cli": "^4.2.5",
    "@types/jasmine": "2.5.46",
    "@types/node": "~7.0.12",
    "codelyzer": "~3.0.1",
    "simple-git": "^1.69.0",
    "simple-terminal-menu": "^1.1.3",
    "ts-node": "~3.0.4",
    "tslint": "~5.3.2",
    "typescript": "~2.3.4"
  }
}

from material2-start.

EladBezalel avatar EladBezalel commented on August 21, 2024

@julianobrasil i'd love a PR

Oh: #19

from material2-start.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.