Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit bd1e0b0

Browse files
committed
fix(instance): fix error message about babel
1 parent 1dacfa8 commit bd1e0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/instance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const COMPILER_ERROR = colors.red(`\n\nTypescript compiler cannot be found, plea
7979
`);
8080

8181
const BABEL_ERROR = colors.red(`\n\nBabel compiler cannot be found, please add it to your package.json file:
82-
npm install --save-dev babel
82+
npm install --save-dev babel-core
8383
`);
8484

8585
/**

0 commit comments

Comments
 (0)