air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
17.6k stars 801 forks source link

building memos not use docker in windows10 #559

Open qing-tian-meng-ying opened 6 months ago

qing-tian-meng-ying commented 6 months ago

F:\AI project\memos\web>pnpm i && pnpm dev Lockfile is up to date, resolution step is skipped Already up to date

memos@ postinstall F:\AI project\memos\web cd ../proto && buf generate

Done in 9.4s

memos@ dev F:\AI project\memos\web vite

The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.

VITE v5.2.6 ready in 212 ms

➜ Local: http://localhost:3001/ ➜ press h + enter to show help 01:40:55 [vite] http proxy error: /memos.api.v2.WorkspaceService/GetWorkspaceProfile AggregateError [ECONNREFUSED]: at internalConnectMultiple (node:net:1116:18) at afterConnectMultiple (node:net:1683:7) 01:41:05 [vite] http proxy error: /memos.api.v2.WorkspaceService/GetWorkspaceProfile AggregateError [ECONNREFUSED]: at internalConnectMultiple (node:net:1116:18) at afterConnectMultiple (node:net:1683:7) (x2)

This problem cause memos not show in the localhost:3001 and I stuck in this issue for a long time, could you help me please?