I don't see any error in your message. What was it?
I will say that you really shouldn't be installing itoolkit globally. npm
packages aren't really meant to be installed that way. Ok, I guess if I
actually look at the link you provide it mentions the error message and to
use NODE_PATH environment variable to work around that (another reason you
shouldn't be installing globally). My suspicion would be that you have not
exported the environment variable in your .profile so it's not being
picked up my node. If that's not it, I think I'm out of suggestions.
One other thing: you can unset LIBPATH. There should be no reason to set
this in normal operation and you haven't set it to a meaningful value
anyway. I wrote a blog article about why this is the case:
https://kadler.github.io/2017/09/01/path.html
----- Original message -----
From: Robert Rogerson <rogersonra@xxxxxxxxx>
Sent by: "OpenSource" <opensource-bounces@xxxxxxxxxxxxxxxxxx>
To: IBMi Open Source Roundtable <opensource@xxxxxxxxxxxxxxxxxx>
Cc:
Subject: [EXTERNAL] [IBMiOSS] Error: Can not find module itoolkit
Date: Thu, Oct 31, 2019 6:49 PM
I'm trying to run a simple demo from IBM (
[1]
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/The%20new%20idb-connector%20and%20itoolkit
) but I keep getting the error above when I try to start node.
I have in my .profile
PATH=/QOpenSys/usr/bin:/usr/ccs/bin:/QOpenSys/usr/bin/X11:/usr/sbin:.:/usr/bin:/QOpenSys/pkgs/lib/nodejs10/bin:/QOpenSys/pkgs/bin
LIBPATH=/QOpenSys/pkgs/bin
NODE_PATH=/QOpenSys/pkgs/lib/nodejs10/lib/node_modules
And when I try to run
node http_db2.js I get the error.
I ran npm i --g itoolkit with no warnings and do see the module in
/QOpenSys/pkgs/lib/nodejs10/lib/node_modules
What am I doing wrong?
Thanks,
Rob
--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [2]
https://lists.midrange.com/mailman/listinfo/opensource ;
or email: OpenSource-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [3]
https://archive.midrange.com/opensource ;.
Help support midrange.com by shopping at amazon.com with our affiliate
link: [4]
https://amazon.midrange.com ;
References
Visible links
1.
https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20i%20Technology%20Updates/page/The%20new%20idb-connector%20and%20itoolkit
2.
https://lists.midrange.com/mailman/listinfo/opensource
3.
https://archive.midrange.com/opensource
4.
https://amazon.midrange.com/
As an Amazon Associate we earn from qualifying purchases.