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

Cannot Verify Stylish CSS #116

Open
Bouncey opened this issue Jul 21, 2016 · 2 comments
Open

Cannot Verify Stylish CSS #116

Bouncey opened this issue Jul 21, 2016 · 2 comments

Comments

@Bouncey
Copy link

Bouncey commented Jul 21, 2016

I am using Ubuntu 16.04LTS,
The standard terminal,
and atom editor.

My code:
programCSS.js

var express = require('express');
var app = express();

app.use(require('stylus').middleware(process.argv[3]));
app.use(express.static(process.argv[3]));

app.listen(process.argv[2]);

terminal outputs:
expressworks run programCSS.js

~/expressworks$ expressworks run programCSS.js
p {
  color: #f00;
}

expressworks verify programCSS.js

~/expressworks$ expressworks verify programCSS.js
✗ Error connecting to http://localhost:23697/main.css: connect ECONNREFUSED 127.0.0.1:23697
✗ Error connecting to http://localhost:23698/main.css: connect ECONNREFUSED 127.0.0.1:23698

If you need any more info, please let me know.

@azat-co
Copy link
Owner

azat-co commented Aug 11, 2016

try killall node

@Hassanbhb
Copy link

Hassanbhb commented Jan 19, 2017

i have the same problem, but on windows 7.

Edit: right after writing this comment, i verified the solution one last time and it passed, i don't know what caused the error or how it fixed it self, but tried to verify again and it produced the same error again.

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