(Created page with "Install NodeJS/NPM Install NodeJS on Debian")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Install NodeJS/NPM
Install NodeJS/NPM
[[Install NodeJS on Debian]]
* [[Install NodeJS on Debian]]
 
Force Orca to install: there's an issue w/ electron permissions. Following command seems to override:
 
<pre>sudo npm install -g electron@1.8.4 orca --unsafe-perm=true --allow-root</pre>
 
Install some Dependencies
<pre>
sudo apt -y install libgconf2-4
sudo apt-get install libxss1
</pre>
 
Orca relies on xwindows. It can be faked using:
 
<pre>sudo apt-get install -y xvfb</pre>
 
Test running
 
<pre>orca --help</pre>

Latest revision as of 20:42, 24 March 2020

Install NodeJS/NPM

Force Orca to install: there's an issue w/ electron permissions. Following command seems to override:

sudo npm install -g electron@1.8.4 orca --unsafe-perm=true --allow-root

Install some Dependencies

sudo apt -y install libgconf2-4
sudo apt-get install libxss1

Orca relies on xwindows. It can be faked using:

sudo apt-get install -y xvfb

Test running

orca --help