Giter Site home page Giter Site logo

Comments (6)

zachgrayio avatar zachgrayio commented on April 29, 2024 1

I forked the starter repo and added your example code to it here, and also included the reflect-metadata import statement and explicitly added the 0.1.9 dependency to demonstrate that it still works:
https://github.com/zachgrayio/nest-typescript-starter/tree/example

And here's the single additional commit to a branch demonstrating the issue: zachgrayio/nest-typescript-starter@1faf9b0

from nest.

kamilmysliwiec avatar kamilmysliwiec commented on April 29, 2024

Hi @zachgrayio,
I can't reproduce your issue. Could you specify what exactly doesn't work? The source code also will be useful :)
Thanks

from nest.

zachgrayio avatar zachgrayio commented on April 29, 2024

I'll upload an example later if needed, but this is the important piece for reproduction in Nest 1.0.3 with reflect-metadata 0.1.10:

Add import "reflect-metadata"; in the top of your app or server.ts before Nest initialization (as directed in Installation Step 2 here: https://github.com/typeorm/typeorm)

This results in a Nest app which boots without crashing, but the output is:

[Nest] 35027   - 5/6/2017, 3:23:42 PM   [NestFactory] Starting Nest application...
[Nest] 35027   - 5/6/2017, 3:23:42 PM   [InstanceLoader] ApplicationModule dependencies initialized
[Nest] 35027   - 5/6/2017, 3:23:42 PM   [NestApplication] Nest application is ready!

... when there should be additional output for module/controller generation. And inspecting the underlying express object shows that indeed no routes were created.

from nest.

kamilmysliwiec avatar kamilmysliwiec commented on April 29, 2024

Hi @zachgrayio,
Thanks. It looks that 0.1.9 is not fully compatible with latest version. I updated the reflect-metadata dependency into 0.1.10 version within Nest package and issue disappeared. Please, install 1.0.5 version of Nest.

from nest.

zachgrayio avatar zachgrayio commented on April 29, 2024

Cool, looks good.

from nest.

lock avatar lock commented on April 29, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from nest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.