OK thanks. As it happens we just regressed one of the duff LPARS back to V0.10.35 and it works fine again (although it completely screwed npm so I guess we messed up somewhere).
-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Aaron Bartell
Sent: 15 October 2015 14:17
To: Web Enabling the IBM i (AS/400 and iSeries) <web400@xxxxxxxxxxxx>
Subject: Re: [WEB400] Node and NPM don't work properly on some LPARS?
Issues like this is why I've started saving off Node versions so I can have multiple versions running on the same machine at the same time.
Here's my approach:
To save the currently installed Node.js to a tar file do the following:
$ cd /QOpenSys/QIBM/ProdData
$ tar -cvf /QOpenSys/node-0.10.??.tar Node/
Then when you want to load that version of Node you use
$ cd /QOpenSys/home/aaron/space1
$ tar -
x
vf /QOpenSys/node-0.10.??.tar
Then alter your PATH to have the new location at the beginning:
$ export PATH=/QOpenSys/home/aaron/space1/Node/bin:$PATH
Some of my syntax/paths might be off, but it is the general idea I wanted to convey. The tough part is you need to catch each version of Node.js before installing the next version.
Aaron Bartell
litmis.com - Services for open source on IBM i
On Thu, Oct 15, 2015 at 7:54 AM, Kevin Turner <kevin.turner@xxxxxxxxxxxxxxx>
wrote:
OK - well we have reported two main issues:
1) A node child process should not just end unless it is a) killed or
b) it runs process.exit()
Our simple test code shows this failing in our duff LPARS, but OK on
others with earlier versions of node
2) When "npm install" runs it caches its packages in your local .npm
folder. After that, it cannot access its own cache and every
subsequent "npm install" fails with "uid must be an unsigned integer".
You have to run "npm cache clear" before every install to make it work!
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/web400.
___________________________________________
This email has been scanned by iomartcloud.
http://www.iomartcloud.com/
________________________________
NOTICE: The information in this electronic mail transmission is intended by CoralTree Systems Ltd for the use of the named individuals or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone, so that the sender's address records can be corrected.
--------------------------------------------------------------------------------
CoralTree Systems Limited
25 Barnes Wallis Road
Segensworth East, Fareham
PO15 5TT
Company Registration Number 5021022.
Registered Office:
12-14 Carlton Place
Southampton, UK
SO15 2EA
VAT Registration Number 834 1020 74.
As an Amazon Associate we earn from qualifying purchases.