Add alternatives alternative to symlinks.
Esse commit está contido em:
@@ -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.
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário