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

Stylish CSS hangs on run and verify #150

Open
TheHorusHawk opened this issue Aug 7, 2020 · 0 comments
Open

Stylish CSS hangs on run and verify #150

TheHorusHawk opened this issue Aug 7, 2020 · 0 comments

Comments

@TheHorusHawk
Copy link

Both run and verify hang, even for code exactly like the solution (which I arrived at by fudging a correct .css file.)

Eventually I get the following error:

✗ Error connecting to http://localhost:60381/main.css: socket hang up

Here's my code:```

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

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

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

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

1 participant