Skip to content

Instantly share code, notes, and snippets.

@daiki44
Created September 11, 2018 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daiki44/2307f59b1e9c39a08b6db02386a595e6 to your computer and use it in GitHub Desktop.
Save daiki44/2307f59b1e9c39a08b6db02386a595e6 to your computer and use it in GitHub Desktop.
【Node.js】babel を使って ECMAScript 2015 (ES6) へ対応する ref: https://daiki-sekiguchi.com/2018/09/11/nodejs-how-to-use-es6/
$ npm install --save-dev babel-cli
$ npm install --save-dev babel-preset-env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment