-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I suspect this is the right repository for this issue, but feel free to re-route, as I just ran into this problem on a Windows box.
npm warn deprecated lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
npm warn deprecated google-p12-pem@4.0.1: Package is no longer maintained
npm warn deprecated node-domexception@1.0.0: Use your platform's native DOMException instead
> [email protected] postinstall
> npm run install:agent
> [email protected] install:agent
> sh ./scripts/setup-agent.sh || scripts/setup-agent.bat
'sh' is not recognized as an internal or external command,
operable program or batch file.
'scripts' is not recognized as an internal or external command,
operable program or batch file.
npm error code 1
npm error path C:\Users\ddelimarsky\test-agui
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c npm run install:agent
npm error A complete log of this run can be found in: C:\Users\ddelimarsky\AppData\Local\npm-cache\_logs\2025-10-23T16_32_01_280Z-debug-0.log
It's attempting to run sh on Windows, which is not a thing.
Metadata
Metadata
Assignees
Labels
No labels