# node-crawler **Repository Path**: zhhyang/node-crawler ## Basic Information - **Project Name**: node-crawler - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PUPPETEER_DOWNLOAD_HOST=https://npm.taobao.org/mirrors/ debug: Windows note On Windows the environment variable is set using the set command. ``` set DEBUG=*,-not_this ``` Note that PowerShell uses different syntax to set environment variables. ``` $env:DEBUG = "*,-not_this" ``` Then, run the program to be debugged as usual.