N3.js icon indicating copy to clipboard operation
N3.js copied to clipboard

Node 15 compatibility

Open RubenVerborgh opened this issue 5 years ago • 1 comments

Support for Node 15 is currently broken: https://travis-ci.org/github/rdfjs/N3.js/builds/739533351

RubenVerborgh avatar Oct 28 '20 09:10 RubenVerborgh

I first thought this was caused by the way the main module is required, but I do the same thing here, which is running fine on Node 15.

So I suspect it has to do with something in the package.json.

rubensworks avatar Oct 28 '20 10:10 rubensworks