Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Ubuntu 14.04
我安装了节点
sudo apt-get install node
我安装了 npm
sudo apt-get install npm
我安装了反应工具
sudo npm install -g react-tools
当我尝试:
jsx -h
我没有输出。有什么想法可能是错的吗?可能是pebcak,但我会很感激一个提示。
我卸载了所有东西,这次我安装了正确的 nodejs。感谢 FakeRainBrigand。
这次我得到了:
/usr/bin/env: node: No such file or directory
我解决了这个问题:
ln -s /usr/bin/nodejs /usr/bin/node