【bug修复】—— bower init 初始化问题
晚上搭建react项目开发环境时,需要用到bower init,但gitbash里面一直报错:
$ bower init
bower ENOINT Register requires an interactive shell
Additional error details:
Note that you can manually force an interactive shell with --config.interactive
在网上查了一阵,才知道是windows系统的bash命令行不支持bower init时的信息填写,切换到cmd中执行就可以了:
越是迷茫、浮躁的时候,保持冷静和耐心,尤为重要