Cannot spawn process: npm start

FreeSlave via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Oct 4 06:52:23 PDT 2016


On Tuesday, 4 October 2016 at 12:58:19 UTC, Andre Pany wrote:
> Hi,
>
> I need to call a Node application. node and npm are in windows 
> path variable.
> I have following folder structure:
> ./app.d
> ./js/helloworld.js
> ./js/package.json
>
> [...]

npm is .cmd file on Windows. Maybe this is issue. Looks like 
cmd.exe knows how to deal with them, while CreateProcess does not.


More information about the Digitalmars-d-learn mailing list