Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUIDA: workaround per Ubuntu #1

Open
FatFishOnARoomba opened this issue Apr 3, 2017 · 0 comments
Open

GUIDA: workaround per Ubuntu #1

FatFishOnARoomba opened this issue Apr 3, 2017 · 0 comments

Comments

@FatFishOnARoomba
Copy link

Su consiglio di u/glossytnt apro una guida per raccogliere alcuni piccoli workaround necessari per far girare il bot sotto Ubuntu.
Testato con Ubuntu 16.04
npm version 3.5.2
node version v4.2.6

  • Errore sh: 1: node: not found
    Workaround (info qui) --> installare il legacy di nodejs
    sudo apt-get install nodejs-legacy

  • Errore SyntaxError: Block-scoped declarations ... not yet supported outside strict mode dopo aver lanciato il comando
    npm start
    da terminale
    Workaround (info qui) --> aggiungere la stringa
    "use strict";
    in cima a ciascuno dei quattro file *.js all'interno della cartella principale

yupswing pushed a commit that referenced this issue Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant