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
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'
The text was updated successfully, but these errors were encountered:
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.
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'
The text was updated successfully, but these errors were encountered: