simple-ldap-server icon indicating copy to clipboard operation
simple-ldap-server copied to clipboard

Failing to start won windows and latest node

Open ndinev opened this issue 1 year ago • 1 comments

OS: windows 2019 node: v18.17.1

Download and extract zip - OK run npm start -> failed since typescript not installed install typescript run npm start -> failed again with other error run npm install to install all dependencies run npm start - failed with error -> [ERROR] default - Banti initiation failed. Self destructing due to Error: Cannot find module '/app/etc/store.json'

ndinev avatar Aug 14 '23 09:08 ndinev

Hi ndinev, On windows, when running locally, you will have to change the file location on configurations file to the actual file location of the store.json

The default value is set to the default store file location of the docker image.

Upekshe avatar Aug 17 '23 06:08 Upekshe