My install is still running, but I noticed that the node-debug was installed in my current node path. Since I am using Node6 this is the path it chose
/QOpenSys/QIBM/ProdData/OPS/Node6/lib/node_modules/node-inspector/bin/node-debug.js
with a symlink /QOpenSys/QIBM/ProdData/OPS/Node6/bin/node-debug
So it depends on where the node-debug was installed and you will have to find it and add it to your $PATH so it can be found.
When I am working with Node 6 I use
export PATH=/QOpenSys/QIBM/ProdData/OPS/Node6/bin:$PATH
export LIBPATH=/QOpenSys/QIBM/ProdData/OPS/Node6/bin:
When I use Node 4:
export PATH=/QOpenSys/QIBM/ProdData/OPS/Node4/bin:$PATH
export LIBPATH=/QOpenSys/QIBM/ProdData/OPS/Node4/bin:
On 6/1/17, 5:58 PM, "OpenSource on behalf of john art" <opensource-bounces@xxxxxxxxxxxx on behalf of jhon_art@xxxxxxxxxxx> wrote:
Hi
do you mean this "node-debug --web-host 192.168.0.1 --web-port=13000 server.js " ? again error
/QOpenSys/usr/bin/-sh: node-debug: not found
do you mean this "node-debug " ? again error
/QOpenSys/usr/bin/-sh: node-debug: not found
pheraps i have not well understand ? be patient
thanks again for your reply
--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/opensource.
As an Amazon Associate we earn from qualifying purchases.