alexisvincent / systemjs-tools

(dev)tools for working with SystemJS
MIT License
43 stars 5 forks source link

Serve doesn't work with Node.js 6 LTS #19

Open jhholm opened 7 years ago

jhholm commented 7 years ago

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?

alexisvincent commented 7 years ago

This should be handled via a ponyfill. I'm on holiday for the next month. But will make time to take care of the SystemJS ecosystem near the end of this month.

ArmorDarks commented 7 years ago

Seems to be not relevant anymore.