You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
I'm sorry. It isn't clear what I should be doing with that example. It starts a server and nothing else. But it looks like you are using child_process to spawn an external command, and that is what is generating the error. The error you posted originally is stating that the useradd binary does not exist. Your spawn call should include an environment where the useradd binary is in the PATH.
Reference
http://ldapjs.org/guide.html
to add user, but command report error:node version: v16.13.1
npm version: 8.1.2
The text was updated successfully, but these errors were encountered: