zkboys / react-antd-redux-webpack-es6-spa-boilerplate

管理系统架构,基于 antd + react + redux + webpack + ES6 的单页面应用
19 stars 4 forks source link

npm run dev error #2

Closed zhi3210happy closed 7 years ago

zhi3210happy commented 7 years ago
ERROR in ./~/_zk-tookit@0.0.60@zk-tookit/utils/tree-utils.js
Module parse failed: C:\Users\Administrator\Desktop\react-antd-redux-webpack-es6-spa-boilerplate-master\node_modules\_zk-tookit@0
.0.60@zk-tookit\utils\tree-utils.js Unexpected token (17:12)
You may need an appropriate loader to handle this file type.
|  */
| export function generateTreeNode(data, keyField = 'id', titleField = 'name') {
|     return {...data, title: data[titleField], key: data[keyField]};
| }
|
 @ ./src/App.jsx 29:17-54
 @ multi ./builder/dev-client babel-polyfill ./src/App.jsx
zkboys commented 7 years ago

你应该是使用npm 或者 cnpm 进行依赖的安装,我最近才发现的问题,npm 或 cnpm 安装之后,无法启动,只能使用yarn进行依赖安装。你将所有的依赖都删除,重新使用yarn安装试试。

zhi3210happy commented 7 years ago

一开始就是用的yarn 结果卡在1036/1037 不动 ck-es6-spa-boilerplate-master>yarn install yarn install v0.27.5 [1/4] Resolving packages... [2/4] Fetching packages... ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ █░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ███░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ██████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ █████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ███████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ██████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ █████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░ ███████████████████░░░░░░░░░░░░░░░░░░░░░░░░░ █████████████████████░░░░░░░░░░░░░░░░░░░░░░░ ███████████████████████░░░░░░░░░░░░░░░░░░░░░ █████████████████████████░░░░░░░░░░░░░░░░░░░ ███████████████████████████░░░░░░░░░░░░░░░░░ ██████████████████████████████░░░░░░░░░░░░░░ ████████████████████████████████░░░░░░░░░░░░ ████████████████████████████████████░░░░░░░░ ███████████████████████████████████████░░░░░ ██████████████████████████████████████████░░ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ████████████████████████████████████████████ ██████████████████████████████████ 1036/1037

zkboys commented 7 years ago

应该是你的网络环境问题,翻墙试试