Giter Site home page Giter Site logo

Using npm with QSECOFR about nodejs-idb-connector HOT 4 CLOSED

ibm avatar ibm commented on May 14, 2024
Using npm with QSECOFR

from nodejs-idb-connector.

Comments (4)

abmusse avatar abmusse commented on May 14, 2024

Original comment by Xu Meng (Bitbucket: mengxumx, GitHub: dmabupt).


won't fix this issue for now since we can workaround it.

from nodejs-idb-connector.

abmusse avatar abmusse commented on May 14, 2024

Original comment by christophe LALEVEE (Bitbucket: lalevee, GitHub: Unknown).


Works fine !
Thank you.

from nodejs-idb-connector.

abmusse avatar abmusse commented on May 14, 2024

Original comment by Xu Meng (Bitbucket: mengxumx, GitHub: dmabupt).


Hello @lalevee ,

You can work around the issue by changing the default user id to 0 --

File:

/QOpenSys/QIBM/ProdData/OPS/Node6/lib/node_modules/npm/lib/config/defaults.js

Line 213:

user: process.platform === 'win32' ? 0 : 'nobody',

-->

user: 0,

Root cause:

setuid() on PASE can not accept a 'nobody' parameter.

from nodejs-idb-connector.

abmusse avatar abmusse commented on May 14, 2024

Original comment by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).


Unless I am missing something this isn't related to this project (Node.js
db connector) and is instead a general Node.js issue.

Would probably be best to log a PMR.

Note IBM has updated the RFE for open sourcing the Node.js port to have a
status of "under consideration" so one might conclude that in the future we
will have a repo to log these issues vs doing a PMR.

from nodejs-idb-connector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.