Cannot spawn process: npm start

Andre Pany via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Oct 4 09:44:11 PDT 2016


On Tuesday, 4 October 2016 at 13:18:45 UTC, Adam D. Ruppe wrote:
> Are you sure npm is in the path? From your shell, do `which 
> npm` and see where it is coming from, you might want to use the 
> full path to spawn process.

Yes, npm is in path. From all directories I can execute npm/node 
(--version)
and receive a valid result.
I can execute npm start within folder "js" in both consoles, git 
bash and windows cmd.
There it works fine.

On windows cmd which is not a known command. On git bash I 
receive as result:
/c/Program Files/nodejs/npm

Kind regards
André


More information about the Digitalmars-d-learn mailing list