You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: