Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johnbiundo/cli-test


https://github.com/johnbiundo/cli-test

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        


Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master
[travis-url]: https://travis-ci.org/nestjs/nest
[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux
[linux-url]: https://travis-ci.org/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.



NPM Version
Package License
NPM Downloads
Travis
Linux
Coverage
Gitter
Backers on Open Collective
Sponsors on Open Collective



## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

This was generated with:

`nest g application test`

`cd test`

`npm install`

`nest build`

Then,

`nest start -- watch`

Make a change in IDE and save change.

App recompiles, then fails to start with:

```
1:05:26 PM - Found 0 errors. Watching for file changes.
[Nest] 18221 - 09/23/2019, 1:05:27 PM [NestFactory] Starting Nest application...
[Nest] 18221 - 09/23/2019, 1:05:27 PM [InstanceLoader] AppModule dependencies initialized +21ms
[Nest] 18221 - 09/23/2019, 1:05:27 PM [RoutesResolver] AppController {/}: +7ms
[Nest] 18221 - 09/23/2019, 1:05:27 PM [RouterExplorer] Mapped {/, GET} route +4ms
[Nest] 18221 - 09/23/2019, 1:05:27 PM [NestApplication] Nest application successfully started +4ms
events.js:167
throw er; // Unhandled 'error' event
^

Error: listen EADDRINUSE: address already in use :::3000
```