puppeteer / examples

Use case-driven examples for using Puppeteer and headless chrome

Home Page:https://developers.google.com/web/tools/puppeteer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot visualize crawl.json in D3

codyburleson opened this issue · comments

I use Node v10.13.0. I checked out the puppeteer examples repo, ran yarn install, ran crawlsite.js, got a good crawl.json in the output, but when I run node server.js to try to visualize in D3, I . just get a Cannot GET message in the browser. There is no console output from server.js in the terminal. Any ideas?