mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Merge pull request #2713 from Theswweet/patch-1
Update linux.md to accomadate build issues
This commit is contained in:
commit
598e752a9d
@ -61,6 +61,10 @@ and restart Atom. If Atom now works fine, you can make this setting permanent:
|
||||
|
||||
See also https://github.com/atom/atom/issues/2082.
|
||||
|
||||
### /usr/bin/env: node: No such file or directory
|
||||
|
||||
If you get this notice when attempting to ```script/build,``` you have either neglected to install nodejs, or node is identified as nodejs in your system. If it's the latter, entering ```sudo ln -s /usr/bin/nodejs /usr/bin/node``` into your terminal may fix the issue.
|
||||
|
||||
### 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.
|
||||
|
Loading…
Reference in New Issue
Block a user