angular-first-look-examples
angular-first-look-examples copied to clipboard
Error on npm start within examples
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
[email protected] start c:\Development\Pluralsight\ng-ex_examples\component-simple npm run tsc && concurrently "npm run tsc:w" "npm run lite"
[email protected] 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! [email protected] start: npm run tsc && concurrently "npm run tsc:w" "npm run lite"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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 [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:\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 [email protected]~start: CWD: c:\Development\Pluralsight\ng-ex_examples\component-simple
11 silly lifecycle [email protected]~start: Args: [ '/d /s /c',
11 silly lifecycle 'npm run tsc && concurrently "npm run tsc:w" "npm run lite" ' ]
12 silly lifecycle [email protected]~start: Returned: code: 1 signal: null
13 info lifecycle [email protected]~start: Failed to exec start script
14 verbose stack Error: [email protected] start: npm run tsc && concurrently "npm run tsc:w" "npm run lite"
14 verbose stack Exit status 1
14 verbose stack at EventEmitter.npm run tsc && concurrently "npm run tsc:w" "npm run lite"
22 error Exit status 1
23 error Failed at the [email protected] 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 ]