© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Peter Scheler
JS enthusiast
import is still not implemented in node. You need to install babel (npm i -g babel-cli) and run pm2 start --interpreter babel-node test.js instead.
import
npm i -g babel-cli
pm2 start --interpreter babel-node test.js
See here.