我尝试使用此方法在我的机器上为我的新项目安装react bootstrap npm install react-bootstrap --save
但我一直收到这些错误
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR! network request to http://registry.npmjs.org/bootstrap failed, reason: getaddrinfo ENOTFOUND registry.npmjs.org registry.npmjs.org:80
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\OLAOSEBIKAN\AppData\Roaming\npm-cache\_logs\2018-05-22T20_05_27_792Z-debug.log
我的create-react-app工作正常