-
-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Environment
Windows 11, cmd builder install with estcalated privileges yields:
pnpm add tailwindcss/plugin
ERROR Command failed with exit code 1: git ls-remote git+ssh://git@github.com/tailwindcss/plugin.git HEAD
'git' is not recognized as an internal or external command,
operable program or batch file.
This error happened while installing a direct dependency of C:\xampp\htdocs\raspberry-dev\dream-forge
pnpm: Command failed with exit code 1: git ls-remote git+ssh://git@github.com/tailwindcss/plugin.git HEAD
'git' is not recognized as an internal or external command,
operable program or batch file.
at makeError (C:\snapshot\dist\pnpm.cjs)
at handlePromise (C:\snapshot\dist\pnpm.cjs)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async getRepoRefs (C:\snapshot\dist\pnpm.cjs)
at async resolveRef (C:\snapshot\dist\pnpm.cjs)
at async resolveGit (C:\snapshot\dist\pnpm.cjs)
at async Object.resolve (C:\snapshot\dist\pnpm.cjs)
at async run (C:\snapshot\dist\pnpm.cjs)
C:\xampp\htdocs\raspberry-dev\dream-forge>pnpm add tailwindcss/plugin
ERROR Command failed with exit code 1: git ls-remote git+ssh://git@github.com/tailwindcss/plugin.git HEAD
'git' is not recognized as an internal or external command,
operable program or batch file.
This error happened while installing a direct dependency of C:\xampp\htdocs\raspberry-dev\dream-forge
pnpm: Command failed with exit code 1: git ls-remote git+ssh://git@github.com/tailwindcss/plugin.git HEAD
'git' is not recognized as an internal or external command,
operable program or batch file.
at makeError (C:\snapshot\dist\pnpm.cjs)
at handlePromise (C:\snapshot\dist\pnpm.cjs)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async getRepoRefs (C:\snapshot\dist\pnpm.cjs)
at async resolveRef (C:\snapshot\dist\pnpm.cjs)
at async resolveGit (C:\snapshot\dist\pnpm.cjs)
at async Object.resolve (C:\snapshot\dist\pnpm.cjs)
at async run (C:\snapshot\dist\pnpm.cjs)
Reproduction
see above
Describe the bug
see above
Additional context
No response