Brent Payton

Results 4 issues of Brent Payton

** Versions** Windows 10 Atom 1.11.2 Remote-FTP 0.9.3 (first observed with previous version, still present in current) I use SFTP and don't know if the protocol matters. ** Summary** When...

bug

Step 8 consistently fails on Windows 10 but passes on MacOS. It appears that the local server on port 15443 has exited or otherwise isn't responding when this failure occurs....

bug
patches welcome

`expressworks version` is 3.4.0 Here's my code: `var express = require('express'); var app = express(); var path = require('path'); var port = process.argv[2]; app.use(require('stylus').middleware(path.join(__dirname, 'public'))); app.get('/home', function (req, res) {...

Should the line process.env.NODE_ENV === "dev"; be process.env.NODE_ENV = "dev"; ?