GithubHelp home page GithubHelp logo

Comments (5)

DanWahlin avatar DanWahlin commented on July 2, 2024

That's a warning actually, not an error for the CLI. It just means your version of the global Angular CLI install is greater than the project version. You don't need to do anything to install playground. Just follow the steps in the readme and run the npm install - that grabs the playground for you. It looks like you didn't run npm install or it didn't run successfully.

It all works correctly (have 24 people in a class this week using this project), so if you get a problem there, try deleting node_modules and re-running npm install. Make sure to go through all of the steps listed in the readme.

from angular-jumpstart.

mayurbombale avatar mayurbombale commented on July 2, 2024

Hi DanWahlin,

Thanks for your reply

When i run cmd npm install its giving me some error.As i am new to angular please help me.

C:\Users\710987\Downloads\Angular-JumpStart-master>cd Angular-JumpStart-master

C:\Users\710987\Downloads\Angular-JumpStart-master\Angular-JumpStart-master>npm
install

[email protected] install C:\Users\710987\Downloads\Angular-JumpStart-master\Ang
ular-JumpStart-master\node_modules\puppeteer
node install.js

ERROR: Failed to download Chromium r555668! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOA
D" env variable to skip download.
{ Error: connect ECONNREFUSED 172.217.166.176:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1174:14)
errno: 'ECONNREFUSED',
code: 'ECONNREFUSED',
syscall: 'connect',
address: '172.217.166.176',
port: 443 }
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fse
vents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}
)

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: node install.js
npm ERR! Exit status 1

from angular-jumpstart.

mayurbombale avatar mayurbombale commented on July 2, 2024

Hi DanWahlin,

When i run project using cmd npm start,its giving me below error

C:\Users\710987\Downloads\Angular-JumpStart-master\Angular-JumpStart-master>npm start

[email protected] start C:\Users\710987\Downloads\Angular-JumpStart-master\Angular-JumpStart-maste
r
node server.js

Express listening on port 3000.
Browser closed.
Error: ENOENT: no such file or directory, stat 'C:\Users\710987\Downloads\Angular-JumpStart-master\Angular-
JumpStart-master\dist\index.html'
Error: ENOENT: no such file or directory, stat 'C:\Users\710987\Downloads\Angular-JumpStart-master\Angular-
JumpStart-master\dist\index.html'
Error: ENOENT: no such file or directory, stat 'C:\Users\710987\Downloads\Angular-JumpStart-master\Angular-
JumpStart-master\dist\index.html'

from angular-jumpstart.

DanWahlin avatar DanWahlin commented on July 2, 2024

For the 2nd message, it looks like your machine is refusing to do a download or the service called is refusing.... I'm not sure which (ECONNREFUSED). I won't be able to help with that one since it could be a variety of issues causing it such as a proxy server or something else on your network refusing to access a resource. That's an npm access issue I'm guessing.

For the next one, make sure the ng build is complete before running npm start. Make sure you've run all the steps in the readme in the order listed.

from angular-jumpstart.

mayurbombale avatar mayurbombale commented on July 2, 2024

Hi DanWahlin,

Thanks for your quick response.I will try doing it on some another machine.

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.