Closed
Description
I tried to build the site with node v4 today and it failed because jsdom
failed (actually the sub-dependency contextify
failed), and also the posix
module failed to build. Both of these are native modules.
It would be nice to get rid of native modules and replace them with pure JS ones, just to make this repo require less maintenance when new node versions come out.
- replace
jsdom
with something else (it's used inscripts/build-html.js
) - replace
posix
with something else (it's used inutil/cmdwatcher.js
)