anjanms / DubAPI

A Node.js API for creating queup.net bots.
MIT License
20 stars 10 forks source link

Where is module "ably"? #28

Closed yumi-studio closed 7 years ago

Fuechschen commented 8 years ago

Run npm install dubapi and it will be installed automatically.

yumi-studio commented 8 years ago

ok =_= http://prntscr.com/bnxje1

Fuechschen commented 8 years ago

This seem to be an issue with your computer. Install git and try again: https://github.com/npm/npm/wiki/Troubleshooting#no-git

yumi-studio commented 8 years ago

It still error http://prntscr.com/bqnchv :| you should test a bot with dubapi . I will see.

anjanms commented 8 years ago

Looks like you don't have Python installed or it isn't in your PATH. node-gyp requires Python 2.7.

yumi-studio commented 8 years ago

when i tested it on tonicdev.com, It showed me this http://prntscr.com/c2wlm4 Cannot find module 'msgpack-js' ???

Fuechschen commented 8 years ago

You might should know dubbot !== dubapi.

But this fails, since ably's msg-pack-version is not hosted on NPM, but on Github. You should install the package on your computer and see what happens.

yumi-studio commented 8 years ago

I know it's a stupid question but how can i install it on my computer? @Fuechschen

yumi-studio commented 8 years ago

"npm install dupapi"

Fuechschen commented 8 years ago

npm install dubapi in the folder of your bot

yumi-studio commented 8 years ago

I dont know but if it can work, Can you send me your "dubapi" folder :3 @Fuechschen

Fuechschen commented 8 years ago

Unfortunately i cannot since all my builds are on linux, so it won't work on a windows machine