Skip to content

[BUG] #48

@softerist

Description

@softerist

Install fails

PS C:\Users\claud.gemini\antigravity\scratch\heuristic-mcp> npm install -g driftdetect
npm warn deprecated three-mesh-bvh@0.7.8: Deprecated due to three.js version incompatibility. Please use v0.8.0, instead.
npm warn cleanup Failed to remove some directories [
npm warn cleanup [
npm warn cleanup '\\?\C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect',
npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules@react-three\fiber\dist'] {
npm warn cleanup errno: -4048,
npm warn cleanup code: 'EPERM',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules\@react-three\fiber\dist'
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup '\\?\C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules',
npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules@react-three\postprocessing\node_modules\maath'] {
npm warn cleanup errno: -4048,
npm warn cleanup code: 'EPERM',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules\@react-three\postprocessing\node_modules\maath'
npm warn cleanup }
npm warn cleanup ],
npm warn cleanup [
npm warn cleanup '\\?\C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules\@react-three\postprocessing',
npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules@react-three\postprocessing'] {
npm warn cleanup errno: -4048,
npm warn cleanup code: 'EPERM',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules\@react-three\postprocessing'
npm warn cleanup }
npm warn cleanup ]
npm warn cleanup ]
npm error code 1
npm error path C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules\better-sqlite3
npm error command failed
npm error command C:\WINDOWS\system32\cmd.exe /d /s /c prebuild-install || node-gyp rebuild --release
npm error prebuild-install warn install No prebuilt binaries found (target=25.4.0 runtime=node arch=x64 libc= platform=win32)
npm error gyp info it worked if it ends with ok
npm error gyp info using node-gyp@12.1.0
npm error gyp info using node@25.4.0 | win32 | x64
npm error (node:5584) [DEP0169] DeprecationWarning: url.parse() behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for url.parse() vulnerabilities.
npm error (Use node --trace-deprecation ... to show where the warning was created)
npm error gyp info find Python using Python version 3.14.2 found at "C:\Users\claud\AppData\Local\Python\pythoncore-3.14-64\python.exe"
npm error gyp ERR! find VS
npm error gyp ERR! find VS msvs_version not set from command line or npm config
npm error gyp ERR! find VS VCINSTALLDIR not set, not running in VS Command Prompt
npm error gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer, try re-running with '--loglevel silly' for more details.
npm error gyp ERR! find VS
npm error gyp ERR! find VS Failure details: undefined
npm error gyp ERR! find VS could not use PowerShell to find Visual Studio 2017 or newer, try re-running with '--loglevel silly' for more details.
npm error gyp ERR! find VS
npm error gyp ERR! find VS Failure details: undefined
npm error gyp ERR! find VS not looking for VS2017 as it is only supported up to Node.js 21
npm error gyp ERR! find VS not looking for VS2017 as it is only supported up to Node.js 21
npm error gyp ERR! find VS not looking for VS2017 as it is only supported up to Node.js 21
npm error gyp ERR! find VS not looking for VS2015 as it is only supported up to Node.js 18
npm error gyp ERR! find VS not looking for VS2013 as it is only supported up to Node.js 8
npm error gyp ERR! find VS
npm error gyp ERR! find VS **************************************************************
npm error gyp ERR! find VS You need to install the latest version of Visual Studio
npm error gyp ERR! find VS including the "Desktop development with C++" workload.
npm error gyp ERR! find VS For more information consult the documentation at:
npm error gyp ERR! find VS https://github.com/nodejs/node-gyp#on-windows
npm error gyp ERR! find VS **************************************************************
npm error gyp ERR! find VS
npm error gyp ERR! configure error
npm error gyp ERR! stack Error: Could not find any Visual Studio installation to use
npm error gyp ERR! stack at VisualStudioFinder.fail (C:\Users\claud\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:118:11)
npm error gyp ERR! stack at VisualStudioFinder.findVisualStudio (C:\Users\claud\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\find-visualstudio.js:74:17)
npm error gyp ERR! stack at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
npm error gyp ERR! stack at async createBuildDir (C:\Users\claud\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\lib\configure.js:112:18)
npm error gyp ERR! stack at async run (C:\Users\claud\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js:81:18)
npm error gyp ERR! System Windows_NT 10.0.27975
npm error gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\claud\AppData\Roaming\npm\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" "rebuild" "--release"
npm error gyp ERR! cwd C:\Users\claud\AppData\Roaming\npm\node_modules\driftdetect\node_modules\better-sqlite3
npm error gyp ERR! node -v v25.4.0
npm error gyp ERR! node-gyp -v v12.1.0
npm error gyp ERR! not ok
npm error A complete log of this run can be found in: C:\Users\claud\AppData\Local\npm-cache_logs\2026-02-02T08_27_59_222Z-debug-0.log
PS C:\Users\claud.gemini\antigravity\scratch\heuristic-mcp>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions