Composer returning proc_open(NUL) failed to open stream no such directory

I'm trying to get Composer to work but it simply doesn't want to, since no matter which command (install, require, init, diagnose, etc.) is used always wields that same ErrorException above. I did lots of researching already and didn't find any workaround that solved (or even mitigated) this issue.

So is there any blessed soul to shine a light or point out how stupid am I from missing something obvious?

Important info: Currently on Windows 10, running Ampps server with default configuration.

Upvotes: 2

Views: 1855

Answers (1)

John Stevenson
John Stevenson

Reputation: 21

This is a Windows configuration issue, with an explanation here: https://github.com/composer/composer/issues/7186

Upvotes: 2

Related Questions