Jul 21, 2017 · 1 min read
Why do people assume nothing works on Windows?? EVERYTHING works on Windows!!! You can just install node through its package manager Chocolatey, or just install via the node installer which actually takes 3 mins.
Some npm packages don’t work on Windows because they’re built to look for LinuxDarwin filesystem events, so of the file system architecture is different, it won’t work. But that’s the fault of the package developers, not Windows.
As developers it should be kind of our job to know these things.
— Proud MacBook Pro user.
