Skip to content

Instantly share code, notes, and snippets.

@dheerajsuthar
Last active December 12, 2018 21:38
Show Gist options
  • Save dheerajsuthar/cb029eb0702a4669b14f06cb35126ad1 to your computer and use it in GitHub Desktop.
Save dheerajsuthar/cb029eb0702a4669b14f06cb35126ad1 to your computer and use it in GitHub Desktop.
Babe-Node Setup 2018
npm init
npm install --save-dev @babel/core @babel/node @babel/preset-env
npx babel-node index.js --presets=@babel/preset-env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment