mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 05:38:47 +02:00
Page:
Windows Environment
Pages
API changes between v0.10 and v0.12
API changes between v0.10 and v4
API changes between v0.4 and v0.6
API changes between v0.6 and v0.8
API changes between v0.8 and v0.10
Breaking Changes
Breaking changes between Node 7 and 8
Breaking changes between v4 LTS and v6 LTS
Breaking changes between v4 and v5
Breaking changes between v5 and v6
Breaking changes between v6 LTS and v8 LTS
Breaking changes between v6 and v7
CITGM Status
CITGM known flakes
CITGM results table
Creating a CTC Meeting Issue
ES6 Module Detection in Node
Flaky tests
Frequently Asked Questions
Home
Installing and Building Node.js
Installing io.js via package manager
Meetings: Creating a Hangouts On Air Event
Merging pull requests with Jenkins
Migrating IO polling from libev to libuv
Migrating from v0.2 to v0.3
Migrating from v0.2 to v0.4
Statically linked executable
Testing pull requests with Jenkins
Windows Environment
No results
1
Windows Environment
João Reis edited this page 2015-12-23 17:44:23 +00:00
Table of Contents
Windows Environment
Some npm modules require compilation of C++ native code. To be able to install such modules, a few additional steps are required after installing node:
💡 [Windows 7 only] requires .NET Framework 4.5.1
- Install Python 2.7, and add it to your
PATH
(by selecting the option in the installer or manually afterwards) - Launch cmd and run:
npm config set python python2.7
npm config set msvs_version 2015 --global
For more information, visit https://github.com/Microsoft/nodejs-guidelines/blob/master/windows-environment.md