reorproject / reor

Private & local AI personal knowledge management app for high entropy thinkers.
https://reorproject.org
GNU Affero General Public License v3.0
7.12k stars 438 forks source link

npm run dev does nothing? #121

Closed carcinocron closed 8 months ago

carcinocron commented 8 months ago

Describe the bug npm run dev does nothing.

To Reproduce Fresh install of repo with node@20 installed via homebrew.

output of npm run dev

build started... (x2)
✓ 1 modules transformed.
dist-electron/preload/index.js  25.82 kB │ gzip: 6.88 kB │ map: 14.86 kB
built in 75ms.
✓ 111 modules transformed.
dist-electron/main/index.js  336.50 kB │ gzip: 64.86 kB │ map: 677.41 kB
built in 589ms.

Expected behavior thought some hotreloading thing would pop up

Desktop (please complete the following information):

chuyouchia commented 8 months ago

I tried reproducing it on my local with node v20.5.0 , but I was able to start that up. Could you add a video of your repo and local please?

samlhuillier commented 8 months ago

@carcinocron perhaps you have Reor running at the same time? This is quite common when you have the Reor executable that you downloaded running and you try to boot the dev version - so I'd suggest quitting Reor itself and try npm run dev again.

carcinocron commented 8 months ago

Looks like that was it, had the close the real build before npm run dev would open the dev build.