Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for CYGWIN (Windows) #27

Open
Steveorevo opened this issue Mar 1, 2016 · 1 comment
Open

Support for CYGWIN (Windows) #27

Steveorevo opened this issue Mar 1, 2016 · 1 comment

Comments

@Steveorevo
Copy link

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
Copy link
Member

moufmouf commented Mar 1, 2016

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:

  • What is the error you are having
  • Which version of Cygwin you use
  • If you have a local NodeJS install (and if yes, which version)
  • Also, could you paste your composer.json here?

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants