MagicCube / tensorflow-rex-run

A TensorFlow.js based AI player platform for T-Rex Runner. T-Rex Runner is originally an easter egg game inside chrome.
https://magiccube.github.io/tensorflow-rex-run/index.html
668 stars 120 forks source link

webpack-cli版本过低 #3

Open ykl124 opened 5 years ago

ykl124 commented 5 years ago

npm start以后 image 看报错的详细,没有发现是配置上的问题。 在google上找,查到了下面这个链接 https://github.com/webpack/webpack/issues/8082

这个issue里报的错误是和我一摸一样的。 通篇看下来,原来这是webpack-cli自带的bug 给的解决方案生升级webpack-cli到3.1.1,我看了下,package.json里还是在2版本。 于是卸载重新安装,然后就升级到了3版本。 再次启动,就成功了。

建议: package.json里的 webpack-cli 要求3版本。

amanu-nur commented 3 years ago

carbon

I found a little error like the one above, to fix it please update webpack-CLI to the latest version