Error: "Module parse failed: Unexpected token" when building react-static app template

Error: "Module parse failed: Unexpected token" when building react-static app template

在清理 windows 环境并按照 this 程序重新安装 nodejs 和 react-static 之后,从 react-static 空白模板创建新应用程序时出现此错误。

ERROR in /.../react-static-test/react-static-test/dist/react-static-templates.js 1:1051 Module parse failed: Unexpected token (1:1051) You may need an appropriate loader to handle this file type.

程序不错,帮我pass了不止一次,但不知为何在react-static的包树中接缝有些不稳定。

这里的解决方案取自 react-static support,因为下一个人不必为此深入研究网络:

  1. rm -rf node_modules
  2. rm -rf 包-lock.json
  3. npm 安装
  4. npm 安装 acorn@6.0.5 -D
  5. npm 运行 服务

根据 react-static 支持 post,这是一个 npm 错误。