jasp402 / Easy-YOPmail

📮 YOPmail emails manager from an NPM NodeJS library
https://jasp402.github.io/Easy-YOPmail/starter-topic.html
18 stars 3 forks source link

Object.fromEntries is only supported on the latest version of NodeJs (v12) #1

Closed Alvis-Li closed 3 years ago

Alvis-Li commented 3 years ago

Problems arise when using versions of Node JS below v12.x. Can lower versions of Node JS be supported? For examplev10.15.2. Thanks.

jasp402 commented 3 years ago

Object.fromEntries is a problem from a library called js-packtools. In fact it is not used directly. but if it shows the error. I did not know how to correct it