From c49f1e61bbccc7b904ef7bcc55b43f39199f7f24 Mon Sep 17 00:00:00 2001 From: aminya Date: Thu, 16 Jul 2020 05:33:24 -0500 Subject: [PATCH] peer dependencies installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f07c485..2d91603 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ This includes the babel configuration used for JavaScript packages in atom-ide-c npm install --save-dev babel-preset-atomic ``` +You should also install the peer dependencies: +``` +npm install -save-dev "@babel/core" +npm install -save-dev "@babel/cli" +``` + ## Usage Create a `babel.config.js` file at the root of the project with the following content: ```js