WeiChiaChang / stacks-cli

📊 Analyze website stack from the terminal 💻
MIT License
1.99k stars 71 forks source link

TypeError: Object.values is not a function #19

Open skorotkiewicz opened 6 years ago

skorotkiewicz commented 6 years ago

? Which website stack do you wanna browse ? (e.g. https://github.com) https://wykop.pl ⠏ 📊 Analyzing .... ReCAPTCHA couldn't find user-provided function: recaptchaOnloadCallback TypeError: Object.values is not a function at wappalyzer.analyze.then.json (/usr/lib/node_modules/stacks-cli/bin/cli.js:111:29)

o3LL commented 6 years ago

ReCAPTCHA couldn't find user-provided function: recaptchaOnloadCallback Does this website use Invisible-ReCAPTCHA?

TypeError: Object.values is not a function at wappalyzer.analyze.then.json (/usr/lib/node_modules/stacks-cli/bin/cli.js:111:29) Sound like a nodejs version problem, are you using Nodejs >= 7 ?

javiertoledos commented 6 years ago

I can replicate the problem, I'm using windows with npm 3.10.10 and node v6.11.2

? Which website stack do you wanna browse ? (e.g. https://github.com) https://creativesciencelabs.com
JQMIGRATE: Migrate is installed, version 1.4.1
duplicate hubspot script with id: "LeadFlows-1891902" included on page
duplicate hubspot script with id: "CollectedForms-1891902" included on page
TypeError: Object.values is not a function
    at wappalyzer.analyze.then.json (C:\Users\javie\AppData\Roaming\npm\node_modules\stacks-cli\bin\cli.js:92:25)
o3LL commented 6 years ago

Node >= 7 is required