hello,
as per your request:

{
  "name": "angular2-quickstart",
  "version": "1.0.0",
  "scripts": {
    "start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
    "lite": "lite-server",
    "postinstall": "typings install",
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "typings": "typings"
  },
  "license": "ISC",
  "dependencies": {
    "@angular/common": "2.0.0-rc.4",
    "@angular/compiler": "2.0.0-rc.4",
    "@angular/core": "2.0.0-rc.4",
    "@angular/forms": "0.2.0",
    "@angular/http": "2.0.0-rc.4",
    "@angular/platform-browser": "2.0.0-rc.4",
    "@angular/platform-browser-dynamic": "2.0.0-rc.4",
    "@angular/router": "3.0.0-beta.1",
    "@angular/router-deprecated": "2.0.0-rc.2",
    "@angular/upgrade": "2.0.0-rc.4",
    "systemjs": "0.19.27",
    "core-js": "^2.4.0",
    "reflect-metadata": "^0.1.3",
    "rxjs": "5.0.0-beta.6",
    "zone.js": "^0.6.12",
    "angular2-in-memory-web-api": "0.0.14",
    "bootstrap": "^3.3.6"
  },
  "devDependencies": {
    "concurrently": "^2.0.0",
    "lite-server": "^2.2.0",
    "typescript": "^1.8.10",
    "typings":"^1.0.4"
  }
}


On Wednesday, July 13, 2016 at 1:01:09 PM UTC-4, Lucas Lacroix wrote:
>
> Actually... Lite-server should choose a random port...
> Please send over your package.json.
>
> On Wed, Jul 13, 2016 at 12:58 PM, Lucas Lacroix <[email protected] 
> <javascript:>> wrote:
>
>> It looks like you already have a web-server running (you're in the xampp 
>> folder, after all). My guess is that lite-server fails to start. Try 
>> removing that from the start script in your package.json.
>>
>> If that doesn't work (or you are confused), attach your package.json to 
>> your reply.
>>
>>
>> On Wed, Jul 13, 2016 at 12:50 PM, Dawg <[email protected] <javascript:>> 
>> wrote:
>>
>>> Hello everybody,
>>>
>>> Yesterday I was working through a tutorial and for all intensive purpose 
>>> the script worked. Today I tried starting the npm and i received the 
>>> following error message:
>>>
>>> any ideas as to whats causing the problem?
>>>
>>> 0 info it worked if it ends with ok
>>> 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
>>> 1 verbose cli   'C:\\Program 
>>> Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
>>> 1 verbose cli   'start' ]
>>> 2 info using [email protected]
>>> 3 info using [email protected]
>>> 4 verbose run-script [ 'prestart', 'start', 'poststart' ]
>>> 5 info lifecycle [email protected]~prestart: 
>>> [email protected]
>>> 6 silly lifecycle [email protected]~prestart: no script for 
>>> prestart, continuing
>>> 7 info lifecycle [email protected]~start: 
>>> [email protected]
>>> 8 verbose lifecycle [email protected]~start: unsafe-perm in 
>>> lifecycle true
>>> 9 verbose lifecycle [email protected]~start: PATH: C:\Program 
>>> Files\nodejs\node_modules\npm\bin\node-gyp-bin;C:\xampp\htdocs\angular2\lesson2\node_modules\.bin;C:\Program
>>>  
>>> Files\nodejs;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program
>>>  
>>> Files\Novell\GroupWise;C:\Program Files\Intel\OpenCL 
>>> SDK\2.0\bin\x86;C:\Program Files\Sennheiser\SoftphoneSDK\;C:\Program 
>>> Files\nodejs\;C:\Program Files\Microsoft VS 
>>> Code\bin;C:\Users\anselmr\AppData\Roaming\npm
>>> 10 verbose lifecycle [email protected]~start: CWD: 
>>> C:\xampp\htdocs\angular2\lesson2
>>> 11 silly lifecycle [email protected]~start: Args: [ '/d /s /c',
>>> 11 silly lifecycle   'tsc && concurrently "npm run tsc:w" "npm run lite" 
>>> ' ]
>>> 12 silly lifecycle [email protected]~start: Returned: code: 2 
>>>  signal: null
>>> 13 info lifecycle [email protected]~start: Failed to exec start 
>>> script
>>> 14 verbose stack Error: [email protected] start: `tsc && 
>>> concurrently "npm run tsc:w" "npm run lite" `
>>> 14 verbose stack Exit status 2
>>> 14 verbose stack     at EventEmitter.<anonymous> (C:\Program 
>>> Files\nodejs\node_modules\npm\lib\utils\lifecycle.js:245:16)
>>> 14 verbose stack     at emitTwo (events.js:106:13)
>>> 14 verbose stack     at EventEmitter.emit (events.js:191:7)
>>> 14 verbose stack     at ChildProcess.<anonymous> (C:\Program 
>>> Files\nodejs\node_modules\npm\lib\utils\spawn.js:24:14)
>>> 14 verbose stack     at emitTwo (events.js:106:13)
>>> 14 verbose stack     at ChildProcess.emit (events.js:191:7)
>>> 14 verbose stack     at maybeClose (internal/child_process.js:852:16)
>>> 14 verbose stack     at Process.ChildProcess._handle.onexit 
>>> (internal/child_process.js:215:5)
>>> 15 verbose pkgid [email protected]
>>> 16 verbose cwd C:\xampp\htdocs\angular2\lesson2
>>> 17 error Windows_NT 6.1.7601
>>> 18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program 
>>> Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
>>> 19 error node v6.2.2
>>> 20 error npm  v3.9.5
>>> 21 error code ELIFECYCLE
>>> 22 error [email protected] start: `tsc && concurrently "npm run 
>>> tsc:w" "npm run lite" `
>>> 22 error Exit status 2
>>> 23 error Failed at the [email protected] start script 'tsc && 
>>> concurrently "npm run tsc:w" "npm run lite" '.
>>> 23 error Make sure you have the latest version of node.js and npm 
>>> installed.
>>> 23 error If you do, this is most likely a problem with the 
>>> angular2-quickstart package,
>>> 23 error not with npm itself.
>>> 23 error Tell the author that this fails on your system:
>>> 23 error     tsc && concurrently "npm run tsc:w" "npm run lite"
>>> 23 error You can get information on how to open an issue for this 
>>> project with:
>>> 23 error     npm bugs angular2-quickstart
>>> 23 error Or if that isn't available, you can get their info via:
>>> 23 error     npm owner ls angular2-quickstart
>>> 23 error There is likely additional logging output above.
>>> 24 verbose exit [ 1, true ]
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "AngularJS" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to [email protected] <javascript:>.
>>> To post to this group, send email to [email protected] 
>>> <javascript:>.
>>> Visit this group at https://groups.google.com/group/angular.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> -- 
>> Lucas Lacroix
>> Computer Scientist
>> System Technology Division, MEDITECH <http://ehr.meditech.com>
>> 781-774-2293
>>
>
>
>
> -- 
> Lucas Lacroix
> Computer Scientist
> System Technology Division, MEDITECH <http://ehr.meditech.com>
> 781-774-2293
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to