Skip to content

Commit

Permalink
added some known issues see #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Dec 23, 2015
1 parent 1298b65 commit e6d3caa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
## Table of Contents

- [Resources](#resources)
- [Known Issues](#known-issues)
- [Continuous Integration](#continuous-integration)
- [Applications](#applications)
- [Virtualization](#virtualization)
Expand All @@ -18,6 +19,12 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Microsoft Open Technologies](https://github.com/MSOpenTech) - Windows ports of non-Microsoft technologies.
- [Microsoft Node.js Guidelines](https://github.com/Microsoft/nodejs-guidelines) - Tips, tricks, and resources for working with Node.js on Microsoft platforms.

## Known Issues

- [cmd.exe unicode woes](https://github.com/nodejs/node-v0.x-archive/issues/7940) - by default, cmd.exe does not display unicode characters on Windows.
- [spawn issues](https://github.com/nodejs/node-v0.x-archive/issues/2318) - `child_process.spawn()` behavior is not consistent between Windows and Linux.
- [node-gyp on Windows](https://github.com/nodejs/node-gyp/issues/629) - it can be quite painful to compile native modules on Windows.

## Continuous Integration

- [AppVeyor](http://www.appveyor.com/) - Continuous integration service for Windows. Free tiers are available for OSS projects.
Expand Down

0 comments on commit e6d3caa

Please sign in to comment.