Actually it is not just global installs that fail. Local installs also fail with the same error.
-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Kevin Turner
Sent: 14 October 2015 14:21
To: Web Enabling the IBM i (AS/400 and iSeries) <web400@xxxxxxxxxxxx>
Subject: [WEB400] Node and NPM don't work properly on some LPARS?
We have a very frustrating, irritating and puzzling issue with node and npm on some of our LPARS. On some, both node and npm work as expected. On others it doesn't work at all. There does not seem to be any difference between the LPARS that do and do not work, but clearly there must be something amiss under the covers. We have reported it to IBM, who have released further updates for us to try (SI58114 - doesn't say what they are fixing or changing) but still no dice.
The problem is that we simply cannot install any packages globally. NPM barfs for anything we try. For example:
npm install jsdoc -g
returns
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', 'jsdoc', '-g' ]
2 info using npm@2.11.3
3 info using node@v0.12.7
27 verbose stack TypeError: uid must be an unsigned int
27 verbose stack at TypeError (native)
27 verbose stack at Object.fs.chown (fs.js:984:11)
27 verbose stack at /QOpenSys/QIBM/ProdData/Node/lib/node_modules/npm/node_modules/chownr/chownr.js:12:43
27 verbose stack at FSReqWrap.oncomplete (fs.js:95:15)
The ": uid must be an unsigned int " is persistent, regardless of package :(
Anyone else have this type of issue? IBM are able to provide us with anything useful to help.
________________________________
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.
--
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.