encountered error while using npm start
Closed this issue · 3 comments
zoonderkins commented
chrisdwheatley commented
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
.
goto-bus-stop commented
npm update
should give you bankai@9.6.1 which fixes this. thanks!
zoonderkins commented
yap, thanks a lot