pedsmoreira / battlecry

Open source scaffolding CLI for everyone

Home Page:https://battlecry.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babel Unknown plugin

SeanLatimer opened this issue · comments

After installing in my project, I get this error whenever I attempt to run the CLI.
Complains about babel-plugin-transform-async-to-generator being an unknown plugin.

asciicast

Hi @SeanLatimer, thanks for taking the time to report the issue.

I double checked and battlecry, as of this version, needs to be installed globally.

The package resolution used with babel is quite tricky in this case, as the packages are inside battlecry and not on your project directly.

If you want to create a PR for this issue, please feel free to do so.