sintaxi / harp

Static Web Server/Generator/Bundler
http://harpjs.com
5k stars 343 forks source link

Error while starting server #549

Closed pkorzeniewski closed 8 years ago

pkorzeniewski commented 8 years ago

When starting a server with the harp server command, I get a following error:

\harp\bin\harp:88
var host = this.address()
                       ^
TypeError: this.address is not a function

Harp version: 0.20.2 Node version: 4.4.2 (also tested on 5.10.0) NPM version: 2.15.0 OS: Windows 7 x64

joshpangell commented 8 years ago

I am getting the same error.

Harp version: 0.20.2 Node version: 4.4.2 NPM version: 3.8.5 OS: El Capitan (10.11.4)

Note: I was on an outdated Node and NPM version and thought that might be the issue, so I updated. This did not solve the issue.

sintaxi commented 8 years ago

Thanks for reporting so quickly I think some commits snuck into master which should not be there. Will get a hot fix out asap.

sintaxi commented 8 years ago

Just released harp@0.20.3. Do you mind verifying this resolves to problem for you?

joshpangell commented 8 years ago

Worked like charm.

Thanks!

pkorzeniewski commented 8 years ago

Workes fine :)

sintaxi commented 8 years ago

Thanks for testing!