amir@Ferodo:~/Desktop/abpcrawler_hc-master$ npm install
npm WARN abpcrawler_hc@0.0.1 No repository field.
up to date in 1.468s
amir@Ferodo:~/Desktop/abpcrawler_hc-master$ npm start -- -p ./devenv.chrome -u ./top500.domains.csv
abpcrawler_hc@0.0.1 start /home/amir/Desktop/abpcrawler_hc-master
node index.js "-p" "./devenv.chrome" "-u" "./top500.domains.csv"
Settings file not found. Proceding with command line arguments.
(node:11396) UnhandledPromiseRejectionWarning: Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
at assert (/home/amir/Desktop/abpcrawler_hc-master/node_modules/puppeteer/lib/helper.js:283:11)
at Function.launch (/home/amir/Desktop/abpcrawler_hc-master/node_modules/puppeteer/lib/Launcher.js:100:7)
(node:11396) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:11396) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
amir@Ferodo:~/Desktop/abpcrawler_hc-master$ npm install
npm WARN abpcrawler_hc@0.0.1 No repository field.
up to date in 1.468s
amir@Ferodo:~/Desktop/abpcrawler_hc-master$ npm start -- -p ./devenv.chrome -u ./top500.domains.csv
Settings file not found. Proceding with command line arguments.
(node:11396) UnhandledPromiseRejectionWarning: Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
at assert (/home/amir/Desktop/abpcrawler_hc-master/node_modules/puppeteer/lib/helper.js:283:11)
at Function.launch (/home/amir/Desktop/abpcrawler_hc-master/node_modules/puppeteer/lib/Launcher.js:100:7)
(node:11396) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:11396) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.