在安装React-Native时,npm错误“标题内容包含无效字符”?

$ sudo npm install –g react-native-cli npm ERR! addLocal Could not install /usr/local/bin/–g npm ERR! Darwin 14.5.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "–g" "react-native-cli" npm ERR! node v6.2.2 npm ERR! npm v2.14.7 npm ERR! The header content contains invalid characters npm ERR! npm ERR! If you need help, you may report this error at: npm ERR! <https://github.com/npm/npm/issues> npm ERR! Please include the following file with any support request: npm ERR! /usr/local/bin/npm-debug.log 

我遵循https://facebook.github.io/react-native/docs/getting-started.html中的指南

碰到有这个错误的墙。 我安装了XCode,无法find下一步的解决scheme。

结束使用Homebrew卸载节点并重新安装最新版本。 我确定也安装了最新版本的npm。