Skip to content

Remove native dependencies from build steps #419

Closed
@max-mapper

Description

@max-mapper

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 in scripts/build-html.js)
  • replace posix with something else (it's used in util/cmdwatcher.js)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions