systemjs-tools icon indicating copy to clipboard operation
systemjs-tools copied to clipboard

Serve doesn't work with Node.js 6 LTS

Open jhholm opened this issue 7 years ago • 2 comments

I noticed that systemjs serve throws an error after a file has been changed.

TypeError: Object.values is not a function

It seems that the support for this ES2017 functionality is added in nodejs 7.x versions, which are not yet LTS. Would it be possible to add a shim or do I just need to update to 7.x or 8.x?

jhholm avatar Jun 19 '17 09:06 jhholm