Git Product home page Git Product logo

Comments (2)

DeborahK avatar DeborahK commented on September 28, 2024

A few things to try:

Things to try:

  1. Did you run npm install successfully? The project files must first be installed before you can use npm start to start the project.

  2. Ensure that there is a package.json file in the folder.

  3. 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.
    NOTE: I have node v12. Looks like you have v10. Though the Angular docs say "node": ">= 10.13.0", so your version should work.

  2. I've heard that some people with very long paths to the Angular files have had trouble in the past: /Users/Shared/Previously Relocated Items/Security/Repositories/TypeScript/GettingStartedRB/APM You could try moving the code to another folder with a shorter path and then repeat #1.

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

from angular-gettingstarted.

DeborahK avatar DeborahK commented on September 28, 2024

Did you have any luck with this? I'm closing it for now. Feel free to re-open if none of the above resolved your issue.

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.