[react] create-react-app有什么好处?
The real tough part of react is webpack, by create-react-app we can just use the React out of the box.
And its ready for both development and production deploy, cozy for new bees.
We can also eject it for f…
1、问题
github下载一个源码,运行install脚本时(# ./myinstal_cp)一直报错“/bin/bash^M: bad interpreter: No such file or directory”,如:
-bash: ./myinstall_cp: /bin/bash^M: bad interpreter: No such file …