node.js - Node NPM modules... compatability with older Node 4? -
there's lot of modern js around es6 , supported in node 6/7
but mean if running node 4?
if npm module written in es6, npm require compile down older more compatible version of js?
asking because i'm investigating aws lambda, runs node 4... restrict npm module choices?
Comments
Post a Comment