johnpapa / johnpapa/angular-first-look-examples
Error on npm start within examples
- Dominant language
- HTML
- Stars
- 85
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
After following the instructions and doing the npm install , I am getting the following output upon npm start. I did verify that Typescript 2.1 is installed. I have attached npm-debug txt
c:\Development\Pluralsight\ng-ex\_examples\component-simple>npm start
> a2-first-look@0.2.0 start c:\Development\Pluralsight\ng-ex\_examples\component-simple
> npm run tsc && concurrently "npm run tsc:w" "npm run lite"
> a2-first-look@0.2.0 tsc c:\Development\Pluralsight\ng-ex\_examples\component-simple
> tsc
'concurrently' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Windows_NT 10.0.14393
npm ERR! argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
npm ERR! node v7.4.0
npm ERR! npm v4.0.5
npm ERR! code ELIFECYCLE
npm ERR! a2-first-look@0.2.0 start: `npm run tsc && concurrently "npm run tsc:w" "npm run lite" `
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the a2-first-look@0.2.0 start script 'npm run tsc && concurrently "npm run tsc:w" "npm run lite" '.
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 a2-first-look package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run tsc && concurrently "npm run tsc:w" "npm run lite"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs a2-first-look
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls a2-first-look
npm ERR! There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
npm ERR! Please include the following file with any support request:
npm ERR! c:\Development\Pluralsight\ng-ex\_examples\component-simple\npm-debug.log
-------------------------------------------------------------------------------------------
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 npm@4.0.5
3 info using node@v7.4.0
4 verbose run-script [ 'prestart', 'start', 'poststart' ]
5 info lifecycle a2-first-look@0.2.0~prestart: a2-first-look@0.2.0
6 silly lifecycle a2-first-look@0.2.0~prestart: no script for prestart, continuing
7 info lifecycle a2-first-look@0.2.0~start: a2-first-look@0.2.0
8 verbose lifecycle a2-first-look@0.2.0~start: unsafe-perm in lifecycle true
9 verbose lifecycle a2-first-look@0.2.0~start: PATH: C:\Program Files\nodejs\node_modules\npm\bin\node-gyp-bin;c:\Development\Pluralsight\ng-ex\_examples\component-simple\node_modules\.bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\130\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile\;C:\Program Files (x86)\Common Files\Acronis\VirtualFile64\;C:\Program Files (x86)\Common Files\Acronis\SnapAPI\;C:\Program Files\nodejs\;C:\Program Files\dotnet\;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Git\cmd;C:\Users\sawardekar\AppData\Local\Microsoft\WindowsApps;C:\Users\sawardekar\AppData\Roaming\npm;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\2.1
10 verbose lifecycle a2-first-look@0.2.0~start: CWD: c:\Development\Pluralsight\ng-ex\_examples\component-simple
11 silly lifecycle a2-first-look@0.2.0~start: Args: [ '/d /s /c',
11 silly lifecycle 'npm run tsc && concurrently "npm run tsc:w" "npm run lite" ' ]
12 silly lifecycle a2-first-look@0.2.0~start: Returned: code: 1 signal: null
13 info lifecycle a2-first-look@0.2.0~start: Failed to exec start script
14 verbose stack Error: a2-first-look@0.2.0 start: `npm run tsc && concurrently "npm run tsc:w" "npm run lite" `
14 verbose stack Exit status 1
14 verbose stack at EventEmitter. (C:\Program Files\nodejs\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:\Program Files\nodejs\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:885:16)
14 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
15 verbose pkgid a2-first-look@0.2.0
16 verbose cwd c:\Development\Pluralsight\ng-ex\_examples\component-simple
17 error Windows_NT 10.0.14393
18 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
19 error node v7.4.0
20 error npm v4.0.5
21 error code ELIFECYCLE
22 error a2-first-look@0.2.0 start: `npm run tsc && concurrently "npm run tsc:w" "npm run lite" `
22 error Exit status 1
23 error Failed at the a2-first-look@0.2.0 start script 'npm run 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 a2-first-look package,
23 error not with npm itself.
23 error Tell the author that this fails on your system:
23 error npm run 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 a2-first-look
23 error Or if that isn't available, you can get their info via:
23 error npm owner ls a2-first-look
23 error There is likely additional logging output above.
24 verbose exit [ 1, true ]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.