项目安装失败经验
1. react-web
git地址git@github.com:taobaofed/react-web.git
npm install
运行项目:
npm run start
但是报错
npm ERR! react-web@0.2.4 start: `node local-cli/cli.js start` webpack.config.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the react-web@0.2.4 start script 'node local-cli/cli.js start webpack.config.js'.
直接运行试试
node local-cli/cli.js start
试试,但是有提示错/Users/maizhikun/Open_Source/react-web_/local-cli/server.js:21 return new Promise((resolve, reject) => { ^^
更新node
其实之前就觉得可能是某个模块版本不够新
但是执行了
npm --global --depth 9 update
,node还是没有更新然后在
react-web
提了个issuehttps://github.com/taobaofed/react-web/issues/76作者提醒更新node,所以就google更新node
sudo npm install -g n
n stable
npm run start
: 就输入localhost:3000试试吧.
大概有的模块截图