/cli-test

Primary LanguageTypeScript

Nest Logo

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 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