Add alternatives alternative to symlinks.

Esse commit está contido em:
Jordon Bedwell
2014-09-08 14:39:47 -05:00
commit efc730dc2f
+10
Ver Arquivo
@@ -100,6 +100,16 @@ have Node.js installed, or node isn't identified as Node.js on your machine.
If it's the latter, entering `sudo ln -s /usr/bin/nodejs /usr/bin/node` into
your terminal may fix the issue.
## You can also use Alternatives:
On some variants it's preferrable for you to use Alternatives so can easily
rollback and change the binary paths:
```
sudo update-alternatives --install /usr/bin/node node /usr/bin/nodejs 1 \
--slave /usr/bin/js js /usr/bin/nodejs
```
### Linux build error reports in atom/atom
* Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+label%3Alinux&type=Issues)
to get a list of reports about build errors on Linux.