How to make node support higher features?

how to make node support the following features:

clipboard.png
babel:


babelreactnode:

clipboard.png
how to solve this problem? Can I use babel in node? After all, babel is compiled and run. Does node and browsing babel work the same way?

Jun.30,2022
Babel can be used in

node, and there are a lot of answers on the Internet.


nodemon MyAsset.js --exec babel-node

use babel-register

Menu