1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/bin
Artem Samofalov 2f7d743050 add pretty message if port already in use(#927) (#932)
* add pretty message if port already use(#927)

* fix console async nature

* fix linter

* clean callbacks code

* Check package.json for the startup script

* fix path to package

* omit callback

* remove extra check, code execute in try block

* + reason for change start listen port of node http

* remove extra code for search package
2017-02-01 21:36:23 +01:00
..
next Don't process.exit(null) when e.g build is SIGKILLed (#887) 2017-01-25 17:10:48 -08:00
next-build Set default NODE_ENV value. (#768) 2017-01-15 19:58:45 -08:00
next-dev add pretty message if port already in use(#927) (#932) 2017-02-01 21:36:23 +01:00
next-init Fix typo for --help messages in /bin (#770) 2017-01-14 17:31:09 -08:00
next-start Set default NODE_ENV value. (#768) 2017-01-15 19:58:45 -08:00