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
- Host: GitHub
- URL: https://github.com/nichoth/para-test
- Owner: nichoth
- Created: 2015-05-26T17:14:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T15:48:26.000Z (about 11 years ago)
- Last Synced: 2025-10-28T11:38:57.905Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.