-
Notifications
You must be signed in to change notification settings - Fork 149
Description
I have git cloned angular2-starter-basic.. but while running npm start I am getting errors. Please suggest the solution. Following is log file text:-
0 info it worked if it ends with ok
1 verbose cli [ 'D:\ProgrameFiles\node.exe',
1 verbose cli 'C:\Users\jashanpreet.kaur\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using npm@4.3.0
3 info using node@v6.9.4
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle angular2-starter-basic@1.0.0~ prestart: angular2-starter-basic@1.0.0
6 silly lifecycle angular2-starter-basic@1.0.0~ prestart: no script for prestart, continuing
7 info lifecycle angular2-starter-basic@1.0.0start: angular2-starter-basic@1.0.0start: unsafe-perm in lifecycle true
8 verbose lifecycle angular2-starter-basic@1.0.0
9 verbose lifecycle angular2-starter-basic@1.0.0start: PATH: C:\Users\jashanpreet.kaur\AppData\Roaming\npm\node_modules\npm\bin\node-gyp-bin;D:\Projects\angular2forms\node_modules.bin;C:\Program Files\ConEmu\ConEmu\Scripts;C:\Program Files\ConEmu;C:\Program Files\ConEmu\ConEmu;C:\Program Files\Java\jdk1.7.0\bin;D:\wamp\bin\php\php5.5.12;C:\Program Files\Git\cmd;C:\Program Files (x86)\Skype\Phone;C:\Python27;C:\Python27\Scripts;C:\Program Files\SlikSvn\bin;\C:\Program Files (x86)\PostgreSQL\9.5\bin;C:\Program Files\PostgreSQL\pg94\bin;C:\Python35;C:\Python35\Scripts;D:\ProgrameFiles;C:\Users\jashanpreet.kaur\AppData\Roaming\npm;C:\Program Files (x86)\Microsoft VS Code\binstart: CWD: D:\Projects\angular2forms
10 verbose lifecycle angular2-starter-basic@1.0.0
11 silly lifecycle angular2-starter-basic@1.0.0start: Args: [ '/d /s /c',start: Returned: code: 1 signal: null
11 silly lifecycle 'tsc && concurrently "npm run tsc:w" "npm run lite"' ]
12 silly lifecycle angular2-starter-basic@1.0.0
13 info lifecycle angular2-starter-basic@1.0.0~start: Failed to exec start script
14 verbose stack Error: angular2-starter-basic@1.0.0 start: tsc && concurrently "npm run tsc:w" "npm run lite"
14 verbose stack Exit status 1
14 verbose stack at EventEmitter. (C:\Users\jashanpreet.kaur\AppData\Roaming\npm\node_modules\npm\lib\utils\lifecycle.js:279: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. (C:\Users\jashanpreet.kaur\AppData\Roaming\npm\node_modules\npm\lib\utils\spawn.js:40: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:877:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid angular2-starter-basic@1.0.0
16 verbose cwd D:\Projects\angular2forms
17 error Windows_NT 6.1.7601
18 error argv "D:\ProgrameFiles\node.exe" "C:\Users\jashanpreet.kaur\AppData\Roaming\npm\node_modules\npm\bin\npm-cli.js" "start"
19 error node v6.9.4
20 error npm v4.3.0
21 error code ELIFECYCLE
22 error errno 1
23 error angular2-starter-basic@1.0.0 start: tsc && concurrently "npm run tsc:w" "npm run lite"
23 error Exit status 1
24 error Failed at the angular2-starter-basic@1.0.0 start script 'tsc && concurrently "npm run tsc:w" "npm run lite"'.
24 error Make sure you have the latest version of node.js and npm installed.
24 error If you do, this is most likely a problem with the angular2-starter-basic package,
24 error not with npm itself.
24 error Tell the author that this fails on your system:
24 error tsc && concurrently "npm run tsc:w" "npm run lite"
24 error You can get information on how to open an issue for this project with:
24 error npm bugs angular2-starter-basic
24 error Or if that isn't available, you can get their info via:
24 error npm owner ls angular2-starter-basic
24 error There is likely additional logging output above.
25 verbose exit [ 1, true ]