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

Commit

Permalink
fix(instance): fix error message about babel
Browse files Browse the repository at this point in the history
  • Loading branch information
s-panferov committed Feb 3, 2016
1 parent 1dacfa8 commit bd1e0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const COMPILER_ERROR = colors.red(`\n\nTypescript compiler cannot be found, plea
`);

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

/**
Expand Down

0 comments on commit bd1e0b0

Please sign in to comment.