|
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!
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.