visionmedia / page.js

Micro client-side router inspired by the Express router
http://visionmedia.github.com/page.js
7.67k stars 687 forks source link

Project cannot be developed in recent Node versions #432

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

Pulling down page.js and trying to install its dependencies in any modern Node version won't work because of the dependency on an old jsdom version.

Since CI tests in Node 0.10 this means you have to develop in Node 0.10 too :( . I know a trick that might allow us to support both 0.10 and a modern Node (let's just say latest).