npm warn Unknown project config "shamefully-hoist". This will stop working in the next major version of npm.
npm warn Unknown project config "strict-peer-dependencies". This will stop working in the next major version of npm.

> @holoscript/net-service@1.0.0 build:client
> vite build

[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
(node:40300) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///C:/Users/josep/Documents/GitHub/HoloScript/services/holoscript-net/postcss.config.js?t=1774393019597 is not specified and it doesn't parse as CommonJS.
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
To eliminate this warning, add "type": "module" to C:\Users\josep\Documents\GitHub\HoloScript\services\holoscript-net\package.json.
(Use `node --trace-warnings ...` to show where the warning was created)
transforming...
[32m✓[39m 3 modules transformed.
[31m✗[39m Build failed in 1.01s
[31merror during build:
[31m[vite:esbuild] Transform failed with 1 error:
C:/Users/josep/Documents/GitHub/HoloScript/services/holoscript-net/src/App.tsx:40:23: ERROR: Expected ";" but found "peer_$"[31m
file: [36mC:/Users/josep/Documents/GitHub/HoloScript/services/holoscript-net/src/App.tsx:40:23[31m
[33m
[33mExpected ";" but found "peer_$"[33m
38 |    const [scrollY, setScrollY] = useState(0);
39 |    const wsRef = useRef<WebSocket | null>(null);
40 |    const myId = useRef(`peer_${Math.random().toString(36).substr(2, 9)}`);
   |                         ^
41 |  
42 |    useEffect(() => {
[31m
    at failureErrorWithLog (C:\Users\josep\Documents\GitHub\HoloScript\node_modules\.pnpm\esbuild@0.27.3\node_modules\esbuild\lib\main.js:1467:15)
    at C:\Users\josep\Documents\GitHub\HoloScript\node_modules\.pnpm\esbuild@0.27.3\node_modules\esbuild\lib\main.js:736:50
    at responseCallbacks.<computed> (C:\Users\josep\Documents\GitHub\HoloScript\node_modules\.pnpm\esbuild@0.27.3\node_modules\esbuild\lib\main.js:603:9)
    at handleIncomingPacket (C:\Users\josep\Documents\GitHub\HoloScript\node_modules\.pnpm\esbuild@0.27.3\node_modules\esbuild\lib\main.js:658:12)
    at Socket.readFromStdout (C:\Users\josep\Documents\GitHub\HoloScript\node_modules\.pnpm\esbuild@0.27.3\node_modules\esbuild\lib\main.js:581:7)
    at Socket.emit (node:events:519:28)
    at addChunk (node:internal/streams/readable:561:12)
    at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
    at Readable.push (node:internal/streams/readable:392:5)
    at Pipe.onStreamRead (node:internal/stream_base_commons:189:23)[39m
npm error Lifecycle script `build:client` failed with error:
npm error code 1
npm error path C:\Users\josep\Documents\GitHub\HoloScript\services\holoscript-net
npm error workspace @holoscript/net-service@1.0.0
npm error location C:\Users\josep\Documents\GitHub\HoloScript\services\holoscript-net
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c vite build
