Skip to content

Instantly share code, notes, and snippets.

@cagataycali
Created July 8, 2016 16:28
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save cagataycali/48845822cacc0c0fcf1d44785d1dbc21 to your computer and use it in GitHub Desktop.
Save cagataycali/48845822cacc0c0fcf1d44785d1dbc21 to your computer and use it in GitHub Desktop.
Start pm2 process with babel-node interpreter
pm2 start app.js --interpreter ./node_modules/.bin/babel-node
@nei
Copy link

nei commented Nov 19, 2018

thanks for sharing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment