aw1875 / puppeteer-hcaptcha

A library to solve hcaptcha challenges that are automated within puppeteer. You can automatically set response values where they should be so the only thing left for you is submitting the page or you can get the response token.
https://www.npmjs.com/package/puppeteer-hcaptcha
137 stars 38 forks source link

I cant install the package #67

Closed 1iPluto closed 2 years ago

1iPluto commented 2 years ago

npm ERR! node-pre-gyp ERR! stack at ChildProcess. (C:\Users\Administrator\Desktop\Discord-Token-Generator-main\node_modules\@mapbox\node-pre-gyp\lib\util\compile.js:89:23) npm ERR! node-pre-gyp ERR! stack at ChildProcess.emit (node:events:527:28) npm ERR! node-pre-gyp ERR! stack at maybeClose (node:internal/child_process:1092:16) npm ERR! node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:302:5) npm ERR! node-pre-gyp ERR! System Windows_NT 10.0.19043 npm ERR! node-pre-gyp ERR! command "C:\Program Files\nodejs\node.exe" "C:\Users\Administrator\Desktop\Discord-Token-Generator-main\node_modules\@mapbox\node-pre-gyp\bin\node-pre-gyp" "install" "--fallback-to-build" npm ERR! node-pre-gyp ERR! cwd C:\Users\Administrator\Desktop\Discord-Token-Generator-main\node_modules\@tensorflow\tfjs-node npm ERR! node-pre-gyp ERR! node -v v16.16.0 npm ERR! node-pre-gyp ERR! node-pre-gyp -v v1.0.9 npm ERR! node-pre-gyp ERR! not ok npm ERR! Downloading libtensorflow npm ERR! npm ERR! Building TensorFlow Node.js bindings

aw1875 commented 2 years ago

Make sure you have Visual Studio C++ build tools

aw1875 commented 2 years ago

Regardless, this is more of a tensorflow issue so I'll be closing this.