HiFaraz / node-playbook

Get started fast with Node.js
http://nodeplaybook.com
1.39k stars 51 forks source link

Native modules and Windows #10

Closed JarLowrey closed 8 years ago

JarLowrey commented 8 years ago

Just use Linux? A workaround via installing similar yet different NPM packages will lead to using outdated, hard to find packages in the long run. If Linux is not possible, then I suppose it would be necessary

HiFaraz commented 8 years ago

Closing per #8:

Switching to Linux may be the best solution overall but it is overkill for one specific problem if you aren't on Linux. There is a switching cost.

And an alternate solution with the Windows build tools is already provided.

That being said, I'd welcome a PR adding OS-specific options (e.g.a table of pure JS alternatives).

I do agree with your concern about alternate packages. The best recommendation I can give for now is to make sure the package is well supported.