Closed
Description
Question
When I building project (latest master) on Windows (Windows 10 Pro 22H2) process node.exe hangs during following command execution:
[INFO] Running 'yarn build' in C:\ ..... repo\leshan\leshan-server-demo\webapp
[INFO] yarn run v1.22.19
[INFO] $ vite build --emptyOutDir
[INFO] vite v5.0.2 building for production...
[INFO] transforming...
During the Windows system trace, I noticed that node.exe was looking for a file package.json in C:\
I found temporary workaround by coping package.json from \leshan-server-demo\webapp\ to the C:\ 😉