Reputation: 5866
I am getting the following bizarre error on Azure.
When I run Kudu it reports the proper version of npm and when I run it from the CMD it runs npm fine.
What the heck is going on? Is this some sort of a PATH issue or something?
An unhandled exception occurred while processing the request. AggregateException: One or more errors occurred. (One or more errors occurred. (The NPM script 'start' exited without indicating that the Angular CLI was listening for requests. The error output was: 'npm' is not recognized as an internal or external command,
Edit To clarify further.
npm runs in the Kudu command like, so does node. The versions are correct, and the location in the PATH is also correct.
Upvotes: 0
Views: 266
Reputation: 460
C:\Program Files\nodejs\node_modules\npm\bin
'Upvotes: 1