question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No matter what I do, I always get this error. Help

See original GitHub issue

npm ERR! Linux 4.2.0-42-generic npm ERR! argv “/usr/bin/nodejs” “/usr/bin/npm” “start” npm ERR! node v6.3.1 npm ERR! npm v3.10.6 npm ERR! code ELIFECYCLE npm ERR! angular2-quickstart@1.0.0 start: tsc && concurrently "tsc -w" "lite-server" npm ERR! Exit status 2 npm ERR! npm ERR! Failed at the angular2-quickstart@1.0.0 start script 'tsc && concurrently “tsc -w” “lite-server” '. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the angular2-quickstart package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! tsc && concurrently “tsc -w” “lite-server” npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs angular2-quickstart npm ERR! Or if that isn’t available, you can get their info via: npm ERR! npm owner ls angular2-quickstart npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request: npm ERR! /home/riky/learn/todo/npm-debug.log

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
FrancescoMussicommented, Sep 5, 2016

Okay found a solution here:

https://stackoverflow.com/questions/34399445/angular-2-quickstart-live-server-error

In brief:

Change the Package.json Scripts Settings “start”: "tsc && concurrently "npm run tsc:w" "npm run lite", to “start”: "concurrently "npm run tsc:w" "npm run lite" ",

1reaction
mvncecommented, Sep 2, 2016

You may forget to install package with typings. Please do sudo npm run typings install. I hope this could fix your issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

"Oops Something went wrong" error on desktop no matter ...
Hi, no matter what I do, I keep getting the "oops something went wrong" error when I try to sign into my youtube...
Read more >
6 Ways to Fix the “Download Failed Network Error” on Chrome
Download errors are common on Google Chrome, and they come in many forms. ... And no matter how many times you try downloading...
Read more >
How to Fix This Site Can't Be Reached Error in Chrome
No matter why Chrome browser shows this message, but it needs to fix permanently. Here are some possible solutions, these solutions will try...
Read more >
[Apple Watch] Unable to Check for Update - Apple Developer
Hi. I am pairing my Apple Watch Series 5 to my iPhone running ios 14. The pairing is successful but unable to proceed...
Read more >
How to Fix Disney Plus Error Code 83 - Lifewire
The Disney Plus error code 83 is a little mysterious, but you can get it resolved. These troubleshooting steps should help you fix...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found