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

Fix Windows support for installing node and npm from prebuilt #173

Merged
merged 2 commits into from
Dec 7, 2016

Conversation

gegenschall
Copy link
Contributor

  • This commit disables support for building from source under Windows
    altogether as we cannot really rely on a fixed environment (like gcc,
    make, etc) being present on Windows. I may add that support in the
    future

  • Under Windows, we need to always download npm seperately as it doesn't
    come bundled with the node.exe that we use.

  • Activation scripts are copied verbatim from
    ekalinin/nodeenv@windows-support

  • Using the node system version is not supported under Windows as we have
    no reliable way of knowing where it is installed

gegenschall and others added 2 commits November 8, 2016 11:17
* This commit disables support for building from source *under Windows*
  altogether as we cannot really rely on a fixed environment (like gcc,
  make, etc) being present on Windows. I may add that support in the
  future

* Under Windows, we need to always download npm seperately as it doesn't
  come bundled with the node.exe that we use.

* Activation scripts are copied verbatim from
  ekalinin/nodeenv@windows-support

* Using the node system version is not supported under Windows as we have
  no reliable way of knowing where it is installed
@ekalinin ekalinin merged commit 5b025a4 into ekalinin:master Dec 7, 2016
@ekalinin
Copy link
Owner

ekalinin commented Dec 7, 2016

Great patch!
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

Successfully merging this pull request may close these issues.

2 participants