Code Monkey home page Code Monkey logo

Comments (7)

jerger avatar jerger commented on August 20, 2024

same is true for

info using [email protected]
info using [email protected]

from mastodon-bot.

yogthos avatar yogthos commented on August 20, 2024

Looks like the deasync NPM module doesn't play nice with older Node versions.

from mastodon-bot.

jerger avatar jerger commented on August 20, 2024

Did some further testing - current node12 isn't working also ...

The following setup is working (tested on ubuntu18.04 docker-image) - if someone is searching for a working setup :)

export DEBIAN_FRONTEND=noninteractive

apt-get -qqy update > /dev/null
apt-get -qqy install --no-install-recommends apt-utils > /dev/null
apt-get -qqy install curl git vim less build-essential > /dev/null

mkdir /app
cd /app
git clone https://github.com/yogthos/mastodon-bot.git

curl -sL https://deb.nodesource.com/setup_11.x | bash -
apt-get -qqy install nodejs
npm i -g --unsafe-perm lumo-cljs

cd mastodon-bot
npm install

from mastodon-bot.

yogthos avatar yogthos commented on August 20, 2024

I'm thinking, it might be worth getting rid of the deasync module if it's problematic. It'll just introduce a couple of callbacks.

from mastodon-bot.

yogthos avatar yogthos commented on August 20, 2024

I notice some of the dependencies were out of date as well. I just pushed and update, it seems to work with node 12 locally. Could you see if it fixes the issue for you as well?

from mastodon-bot.

jerger avatar jerger commented on August 20, 2024

Okay, node12 is working now :-)

updated setup is:

export DEBIAN_FRONTEND=noninteractive

apt-get -qqy update > /dev/null
apt-get -qqy install --no-install-recommends apt-utils > /dev/null

apt-get -qqy install curl git vim less build-essential > /dev/null

mkdir /app
cd /app
git clone https://github.com/yogthos/mastodon-bot.git

curl -sL https://deb.nodesource.com/setup_12.x | bash -
apt-get -qqy install nodejs > /dev/null

cd mastodon-bot
npm i -g --unsafe-perm lumo-cljs
npm install -g
vi config.edn

./mastodon-bot.cljs

from mastodon-bot.

yogthos avatar yogthos commented on August 20, 2024

👍

from mastodon-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.