投稿数 585
公開から 2940

BABELはまりRequires Babel “^7.0.0-0”, but was loaded with “6.26.0”


Categories: 未分類

はじめに

久しぶりに触るプロジェクトで出ました。。

Babelでjsビルドしようと思ったら Requires Babel “^7.0.0-0”, but was loaded with “6.26.0”

はぁ..

解決策

@babel/cliが必要な見たい

npm install @babel/cli

と,,

おお!いけました!

解決!

参考

https://stackoverflow.com/questions/52458747/node-build-failed-with-babel-throws-an-error-requires-babel-7-0-0-0-but-was