<div dir="ltr"><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">On Fri, May 19, 2017 at 2:11 PM, Petter Reinholdtsen <span dir="ltr">&lt;<a href="mailto:pere@hungry.com" target="_blank">pere@hungry.com</a>&gt;</span> wrote:<br></div></div></div></div></div></div></div></div></div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">[Ole Aamot]<br>
&gt; Any ideas?<br>
<br>
Look like some kind of APT package conflict.  What do you get when<br>
trying &#39;apt install node-body-parser&#39; on its own?<br>
<br>
I notice I do not have node-body-parser installed in my stretch chroot.<br>
Perhaps it is redundant?<br>
<br>
The seem to be installable when I test.  What kind of apt sources do you<br>
have enabled?  Mine look like this:<br>
<br>
  deb <a href="http://ftp.uninett.no/debian" rel="noreferrer" target="_blank">http://ftp.uninett.no/debian</a> unstable main contrib<br>
  deb-src <a href="http://ftp.uninett.no/debian" rel="noreferrer" target="_blank">http://ftp.uninett.no/debian</a> unstable main contrib<br>
  deb <a href="http://ftp.uninett.no/debian" rel="noreferrer" target="_blank">http://ftp.uninett.no/debian</a> experimental main contrib<br>
<br>
Do not remember any more why I have experimental.<span class="gmail-HOEnZb"><font color="#888888"><br></font></span></blockquote><div> </div></div>I changed from stretch to the unstable repository on Debian and<br>was able to run the nikita-noark5-core and deploy the node.js web<br>application on Debian unstable.<br><br>I modified src/nikita-noark5-core/web/package.json where I changed &quot;node&quot; to &quot;nodejs&quot;.<br><br>oka@linux:~/src/nikita-noark5-core/web$ git diff<br>diff --git a/web/package.json b/web/package.json<br>index 6a5fb34..4ddd318 100644<br>--- a/web/package.json<br>+++ b/web/package.json<br>@@ -13,7 +13,7 @@<br>   &quot;devDependencies&quot;: {},<br>   &quot;scripts&quot;: {<br>     &quot;test&quot;: &quot;echo \&quot;Error: no test specified\&quot; &amp;&amp; exit 1&quot;,<br>-    &quot;start&quot;: &quot;node server.js&quot;<br>+    &quot;start&quot;: &quot;nodejs server.js&quot;<br>   },<br>   &quot;author&quot;: &quot;Alexander Alemayhu&quot;,<br>   &quot;license&quot;: &quot;TBD&quot;<br><br>Then I ran the web client with the following instructions:<br><br>oka@linux:~/src/nikita-noark5-core/web$ make run<br>DEBUG=web:* npm start<br><br>&gt; nikita-web@0.0.1 start /home/oka/src/nikita-noark5-core/web<br>&gt; nodejs server.js<br><br>However I am not yet able to login with l:admin / p:password on <a href="http://localhost:3000/experimental/login.html">http://localhost:3000/experimental/login.html</a> in Firefox or Chrome.<br></div><div class="gmail_extra">I get a Browser GUI box that says &quot;null&quot; when I enter the username and password and click on &quot;LOGG INN&quot;.<br><br></div><div class="gmail_extra">Best,<br></div><div class="gmail_extra">Ole Aamot<br></div></div>