I suddenly get an error message when doing npm start
See original GitHub issueHi. After a week’s break from the Pluralsight course, I was going to start again today. But when I do the command “npm start,” I get the following message:
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.10.2
20 error npm v3.10.10
21 error code ELIFECYCLE
22 error product-management@1.0.0 start: tsc && concurrently "tsc -w" "lite-server"
22 error Exit status 2
23 error Failed at the product-management@1.0.0 start script 'tsc && concurrently “tsc -w” “lite-server” '.
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 product-management package,
23 error not with npm itself.
I haven’t done any changes to any of the course catalogues since the last chapter. What am I missing here?
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (5 by maintainers)
Top GitHub Comments
Sorry for note getting back to you before now, but I didn’t have the chance to check it before now.
I can’t believe that I hadn’t seen tat error on top of all the red ERR’s.
Everything works just fine now. Thank you very much!
Is it possible you are not in the appropriate directory when you execute the command? You need to be in the folder containing the package.json file.