Open wouterverweirder opened 9 years ago
running the twitter example on a tessel v1 doesn't work with the latest library. (getting a lua error /app/tweet.js:21: attempt to call method 'updateStatus' (a nil value))
it does work with v0.2.13, so I had to do npm install twitter@0.2.13 instead
npm install twitter@0.2.13
Thanks for posting the workaround, @wouterverweirder !
running the twitter example on a tessel v1 doesn't work with the latest library. (getting a lua error /app/tweet.js:21: attempt to call method 'updateStatus' (a nil value))
it does work with v0.2.13, so I had to do
npm install twitter@0.2.13
instead