Skip to content

Commit c49f1e6

Browse files
committed
peer dependencies installation
1 parent 30fe72f commit c49f1e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This includes the babel configuration used for JavaScript packages in atom-ide-c
77
npm install --save-dev babel-preset-atomic
88
```
99

10+
You should also install the peer dependencies:
11+
```
12+
npm install -save-dev "@babel/core"
13+
npm install -save-dev "@babel/cli"
14+
```
15+
1016
## Usage
1117
Create a `babel.config.js` file at the root of the project with the following content:
1218
```js

0 commit comments

Comments
 (0)