thecodingmachine / nodejs-installer

An installer package that let's you install NodeJS and NPM as a Composer dependency.
107 stars 28 forks source link

Support for CYGWIN (Windows) #27

Open Steveorevo opened 8 years ago

Steveorevo commented 8 years ago

PHP_WINDOWS_VERSION_BUILD is undefined under CYGWIN (Windows) and Environment.php would not detect this. Suggestion; typically the following would return:

echo PHP_OS . ' ' . (8 * PHP_INT_SIZE);

CYGWIN 32

This could be used to decipher the platform as "Windows 32-bit compatible".

moufmouf commented 8 years ago

Hey Stephen,

Thanks for the feedback. Could you describe to me what is the issue you are facing with Cygwin in Windows? I just tested the plugin and it seems to me it installs Node and NPM correctly. I need to be able to reproduce the problem you are facing if I want to solve it.

Could you let me know:

Thanks a lot!