GithubHelp home page GithubHelp logo

Comments (7)

DanWahlin avatar DanWahlin commented on July 21, 2024 1

If you run the npm install -g commands shown in the readme (step 1) you should get the latest version of typescript installed on your system.

from angular-jumpstart.

DanWahlin avatar DanWahlin commented on July 21, 2024

Hi there. I just tried it out from scratch and it seems to be working fine here. Did you go through all of the steps shown in the readme? The errors you're getting make it sound like npm install wasn't run.

from angular-jumpstart.

sierrodc avatar sierrodc commented on July 21, 2024

Try also to add following dependencies in the package.json:

"devDependencies": {
"live-server": "^0.8.2",
"typescript": "^1.6.2"
}

and then run "npm install" and "npm run tsc".

from angular-jumpstart.

DanWahlin avatar DanWahlin commented on July 21, 2024

That still works great for me with a fresh version of the project (just downloaded and extracted a .zip from github to make sure). Now, I am running it on a Mac and don't have a way at the moment to test on Windows so if you're on Windows let me know.

from angular-jumpstart.

sierrodc avatar sierrodc commented on July 21, 2024

Hi, I've reproduced rjain's issue
He's using typescript version 1.5.3. Possible solutions:

  1. update typescript globally using "npm install -g typescript" (or "npm update -g") or
  2. specify typescript ^1.6.2 in dependencies.

from angular-jumpstart.

garciasa avatar garciasa commented on July 21, 2024

Hi guys,
same issue here, run "npm run tsc" and i get same errors, I'm also using typescript version 1.5.3 and I'm on windows...

from angular-jumpstart.

garciasa avatar garciasa commented on July 21, 2024

Upgrading typescript version 1.6.2 was ok, thanks @sierrodc

from angular-jumpstart.

Related Issues (20)

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.