choojs/create-choo-app

encountered error while using npm start

Closed this issue · 3 comments

Thanks for reporting the error @ookangzheng.

I'm seeing the same issue and have reported it in the underlying library that create-choo-app is using for compilation, bankai.

As a temporary workaround to get you back up and running you can amend the version of bankai in your package.json to 9.5.0 and reinstall your node modules. This should avoid the issue which seems to have appeared in 9.6.0.

npm update should give you bankai@9.6.1 which fixes this. thanks!

yap, thanks a lot