ES6 Setup npm init -y npm i --save-dev nodemon npm add babel-preset-env babel-cli Create a .babelrc config in your project root. Insert the following { "presets": ["env"]