Skip to content

Commit ef17b42

Browse files
committed
use tsx in dev instead of ts-node
1 parent 1d582ee commit ef17b42

File tree

4 files changed

+3469
-3371
lines changed

4 files changed

+3469
-3371
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@ UI and access management wrapper for Azure OpenAI service.
88
- Clone the repository
99
- Copy `.env.template` as `.env` file and fill in the required values
1010
- Run `npm i` and `npm start` to setup and start the development environment
11+
12+
### Troubleshooting
13+
14+
Getting `Error: Cannot find module @rollup/rollup-linux-arm64-musl` on MacOS?
15+
This is likely because you ran `npm i` locally.
16+
Try removing package-lock.json locally and running
17+
```
18+
docker compose build
19+
```
20+
21+
If then you're getting `concurrently not found`, prepend the `npm run dev` script with `npm i` and run once with that.

0 commit comments

Comments
 (0)