Running...per the instructions from cloning the github on a digitalocean node clean onclick install and gettng this:
# node index.js
(node:2572) UnhandledPromiseRejectionWarning: Error: Chromium revision is not downloaded. Run "npm install" or "yarn install"
at Launcher.launch (/root/bot-boy/node-puppeteer-instagram-bot/node_modules/puppeteer/lib/Launcher.js:112:15)
at <anonymous>
(node:2572) 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:2572) [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.
following the instructions, I run npm install
which then leads to a message:
npm WARN insta-node-bot@1.0.0 No repository field.
Then if I manually add the path to Chromium it still gets a bunch of warnings/errors...just wondering if you have tried attempting to run per the instructions lately...I'm stuck.
Any updates...?
Running...per the instructions from cloning the github on a digitalocean node clean onclick install and gettng this:
following the instructions, I run npm install
which then leads to a message:
npm WARN insta-node-bot@1.0.0 No repository field.Then if I manually add the path to Chromium it still gets a bunch of warnings/errors...just wondering if you have tried attempting to run per the instructions lately...I'm stuck.
Any updates...?