<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<p>Well recompiling seems to have worked. From the command line it
said this:</p>
<p>~/Documents/Projects/patchwork$ <b>npm start</b><br>
> <a class="moz-txt-link-abbreviated" href="mailto:ssb-patchwork@3.6.5">ssb-patchwork@3.6.5</a> start
/home/john/Documents/Projects/patchwork<br>
> electron index.js<br>
</p>
<p>(electron:1588): IBUS-WARNING **: Unable to connect to ibus:
Could not connect: Connection refused<br>
Log level: notice<br>
git-ssb is not installed, or not available in path<br>
<br>
</p>
<p>But then the GUI interface opened up anyway and I registered as
'John'. When I get back I will mess with it some more, see what
can be done. <br>
</p>
<p>What does that 'unable to connect to ibus' issue mean, anyway?
Is it a real obstacle, or just ignore it? <br>
</p>
<br>
<div class="moz-cite-prefix">On 07/28/2017 05:39 PM, Stuart Gathman
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:116b8680-60f5-e88f-cfbc-a91aad06752b@gathman.org">
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
<div class="moz-cite-prefix">On 07/28/2017 04:15 PM, John wrote:<br>
</div>
<blockquote
cite="mid:95a5abe6-29f2-f92f-a84f-17f1671796e1@gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<p><br>
</p>
<p>On Xubuntu I installed Node.js 4.2.6, and ran npm install,
and npm start, but got this errror:</p>
<p> Error: <b>The module
'/home/john/Documents/Projects/patchwork/node_modules/leveldown/build/Release/leveldown.node'</b><b><br>
</b><b>was compiled against a different Node.js version</b>
using<br>
NODE_MODULE_VERSION 46. This version of Node.js requires<br>
NODE_MODULE_VERSION 53. Please try re-compiling or
re-installing<br>
</p>
Any ideas on how to fix it? Thanks...
<blockquote type="cite"
cite="mid:ce30e6fe-5ab2-3771-b45f-b1dc47ccc0d5@gathman.org">
<pre wrap="">$ npm start # this gets a error because some binary builds don't match the node version on Fedora
$ npm run rebuild # this rebuilds native modules with the new node version
$ npm start # this should run finally!
</pre>
</blockquote>
</blockquote>
Note that "run rebuild" is different from "rebuild". "run
rebuild" runs a script that happens to have the same name as an
npm command (just to confuse you).<br>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Mesh mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mesh@gathman.org">Mesh@gathman.org</a>
<a class="moz-txt-link-freetext" href="https://gathman.org/mailman/listinfo/mesh">https://gathman.org/mailman/listinfo/mesh</a>
</pre>
</blockquote>
<br>
</body>
</html>