<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Getting Started with Nodejs in APIs</title>
    <link>https://community.cisco.com/t5/apis/getting-started-with-nodejs/m-p/4881982#M406</link>
    <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;I am trying to follow the guide on: &lt;A href="https://github.com/duosecurity/duo_nodejs/blob/master/README.md" rel="nofollow noopener"&gt;https://github.com/duosecurity/duo_nodejs/blob/master/README.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;but I am getting this error:&lt;BR /&gt;
&lt;STRONG&gt;Error: Cannot find module 'duo_web’&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;All of the “npm install” stages seem to be passing properly.&lt;/P&gt;
&lt;P&gt;To make things clear I am using docker.&lt;BR /&gt;
Here is the  entire dockerfile that I use (which results in the above error)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;FROM ubuntu:16.04
RUN apt-get update &amp;amp;&amp;amp; apt-get install -y  curl nano nodejs git npm

RUN git clone https://github.com/duosecurity/duo_nodejs.git
RUN npm install global @duosecurity/duo_web
WORKDIR duo_nodejs
#checkout specific version on git
RUN git checkout 9e4124c
RUN npm install
run nodejs -e "\
	const duo_web = require('duo_web');\
	duo_web.sign_request(ikey, skey, akey, username);\
"&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 14 Aug 2018 16:10:42 GMT</pubDate>
    <dc:creator>c-eshalev</dc:creator>
    <dc:date>2018-08-14T16:10:42Z</dc:date>
    <item>
      <title>Getting Started with Nodejs</title>
      <link>https://community.cisco.com/t5/apis/getting-started-with-nodejs/m-p/4881982#M406</link>
      <description>&lt;DIV class="duo-migrated-content"&gt;&lt;P&gt;I am trying to follow the guide on: &lt;A href="https://github.com/duosecurity/duo_nodejs/blob/master/README.md" rel="nofollow noopener"&gt;https://github.com/duosecurity/duo_nodejs/blob/master/README.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;but I am getting this error:&lt;BR /&gt;
&lt;STRONG&gt;Error: Cannot find module 'duo_web’&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;All of the “npm install” stages seem to be passing properly.&lt;/P&gt;
&lt;P&gt;To make things clear I am using docker.&lt;BR /&gt;
Here is the  entire dockerfile that I use (which results in the above error)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;FROM ubuntu:16.04
RUN apt-get update &amp;amp;&amp;amp; apt-get install -y  curl nano nodejs git npm

RUN git clone https://github.com/duosecurity/duo_nodejs.git
RUN npm install global @duosecurity/duo_web
WORKDIR duo_nodejs
#checkout specific version on git
RUN git checkout 9e4124c
RUN npm install
run nodejs -e "\
	const duo_web = require('duo_web');\
	duo_web.sign_request(ikey, skey, akey, username);\
"&lt;/CODE&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Aug 2018 16:10:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/apis/getting-started-with-nodejs/m-p/4881982#M406</guid>
      <dc:creator>c-eshalev</dc:creator>
      <dc:date>2018-08-14T16:10:42Z</dc:date>
    </item>
  </channel>
</rss>

