An open API service indexing awesome lists of open source software.

https://github.com/nichoth/para-test

test case for parallelshell
https://github.com/nichoth/para-test

Last synced: 22 days ago
JSON representation

test case for parallelshell

Awesome Lists containing this project

README

          

# parallelshell issue #22

Failing case for [parallelshell](https://github.com/keithamus/parallelshell).

$ git clone https://github.com/nichoth/para-test.git
$ cd module-1
$ npm install
$ npm run dev

In a separate terminal:

$ cd module-2
$ npm install
$ npm run dev

`node server.js` throws error because the first server is using the same port, but watchify still runs.