Can I use ES6 modules in Node.js 8?

16,131

https://medium.com/the-node-js-collection/an-update-on-es6-modules-in-node-js-42c958b890c

It is in progress but the ETA is 2018 at the earliest.

Share:
16,131

Related videos on Youtube

Emil
Author by

Emil

Updated on September 14, 2022

Comments

  • Emil
    Emil over 1 year

    Can I use ES6 module syntax with Node.js starting from version 8? Similar questions have already been asked on this site, but answers there are obsolete. I wonder if the situation has changed with new version of Node.js?

    • Andy
      Andy almost 7 years
      Still a work in progress I think, but this might be worth keeping an eye on - "This small (< 40 kB), zero dependency, package is all you need to enable ECMAScript modules in Node 4+ today!". From the fella that brought you lodash.