Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Cannot find module './stomp' #1

Open
evanp opened this issue Oct 19, 2011 · 2 comments
Open

Cannot find module './stomp' #1

evanp opened this issue Oct 19, 2011 · 2 comments

Comments

@evanp
Copy link

evanp commented Oct 19, 2011

Not sure how to install stomp to make this work. "npm install stomp" seems to install it correctly, but not at ./.

@jbalonso
Copy link
Owner

The stomp library is a client library, and it should only be required to run the tests. The node-stomp library that I used was git://github.com/kates/node-stomp.git, which wasn't npm-packaged. I should probably look into using the "stomp" package by benjaminws instead...

@evanp
Copy link
Author

evanp commented Oct 24, 2011

Interesting that there are two. I'll take a look at kates's.

I'm trying to track down some errors using this server with StatusNet (http://status.net/) -- the server blows a gasket at the first posted queue item. I thought maybe getting the test script to run would be a first smoke test to see what's going on.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants