Git Product home page Git Product logo

Comments (3)

iamtij avatar iamtij commented on September 28, 2024 1

Thanks for this. #2 worked for me, I managed to set it up. I am starting this course today. Thank you!

from angular-gettingstarted.

SkiTuscany avatar SkiTuscany commented on September 28, 2024 1

Same issue for me. Maybe you could warn people in the video that Latest Current Version: 15.8.0 (includes npm 7.5.1) is dud and users should be sure to select Latest LTS Version: 14.15.5 (includes npm 6.14.11)? I've wasted hours on this both with your code and John Papa's and only happened on this closed issue by chance just as I was about to report the same issue!!

from angular-gettingstarted.

DeborahK avatar DeborahK commented on September 28, 2024

The steps work, it's just that npm is sometimes problematic. :-)

Things to try:

  1. Try cleaning your npm cache:
  • Run npm cache verify
  • Delete your node_modules folder and package-lock.json file (if they exist in the project folder)
  • Run npm install again.
  1. If that doesn't work, double check your version of npm. Ensure you install the LTS version of node (with npm) and not the "current" version, which seems to have more issues. Then repeat #1.

Let me know if either of these options worked for you.
All the best -

from angular-gettingstarted.

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.