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

Problem running socketstream on both ubuntu and debian #42

Closed
brianconnoly opened this issue Jul 17, 2011 · 5 comments
Closed

Problem running socketstream on both ubuntu and debian #42

brianconnoly opened this issue Jul 17, 2011 · 5 comments

Comments

@brianconnoly
Copy link

I tried installing socketstream about 6 times on clean system (cloud).
I used script, provided by this community. Tried doing it line-to-line or creating a ./ss.sh. Even tried to build all parts of source manually.
Here is error i get every time I start test app:

17 Jul 19:51:24 - Starting SocketStream server...

/root/local/node/lib/node_modules/socketstream/node_modules/stylus/lib/visitor/evaluator.js:539
Evaluator.prototype.visitImport = function(import){
^^^^^^

node.js:189
throw e; // process.nextTick error, or 'error' event on first tick
^
Error: Unable to start SocketStream as we're missing stylus.
Please install with 'npm install stylus'. Please also check the version number if you're using a version of npm below 1.0
at /root/local/node/lib/node_modules/socketstream/lib/main.coffee:206:19
at Array.forEach (native)
at Object.externalLibs (/root/local/node/lib/node_modules/socketstream/lib/main.coffee:192:201)
at Object.project (/root/local/node/lib/node_modules/socketstream/lib/main.coffee:98:12)
at Object.server (/root/local/node/lib/node_modules/socketstream/lib/main.coffee:69:12)
at Object.process (/root/local/node/lib/node_modules/socketstream/lib/main.coffee:48:30)
at Object. (/root/local/node/lib/node_modules/socketstream/bin/socketstream:11:44)
at Module._compile (module.js:420:26)
at Object..js (module.js:459:10)
at Module.load (module.js:335:31)

@paulbjensen
Copy link
Contributor

Hi Brian,

I'm going to have a look at replicating the issue. When you say you used a recipe provided by the community, did you mean the instructions listed in the install.md file, or the Linode StackScript?

@madgnu
Copy link

madgnu commented Jul 17, 2011

Caught this problem at unstable version of node.js - v0.5.1.

@brianconnoly
Copy link
Author

I mean the instructions listed in the install.md file

@paulbjensen
Copy link
Contributor

@madgnu - Thanks for the tip.

@brianconnoly - I'm going to amend the instructions to use Node.js v0.4.9. In the meantime, if you have a look at the Linode StackScript I use, you can find instructions on installing Node.js v0.4.9:

http://www.linode.com/stackscripts/view/?StackScriptID=2863

Let me know once you've setup fine on your box.

@brianconnoly
Copy link
Author

Thank you!
It would be nice if you will put link in the README.md file!
I'll try it later.

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

3 participants