petehunt / webpack-howto

10.12k stars 697 forks source link

npm start introduce error #79

Open cqcmdwym opened 8 years ago

cqcmdwym commented 8 years ago

Module build failed: ReferenceError: [BABEL] E:\git\webpack-howto\example\modules\main.js: Unknown option: direct.presets at Logger.error (E:\git\webpack-howto\example\node_modules\babel-core\lib\transformation\file\logger.js:58:11)

Seem that global installed babel-cli6 is conflict with this repo, but there is no way to install cli5, do you know to resolve this? Thanks.