Closed liamjay closed 6 years ago
Actually the Nest version in this starter is ^4.4.0
. The broken release appears to be the v4.5.8
. I'm facing to same issue here and others also reported it on Gitter.
Hi @liamjay,
Please update your packages into v4.5.9
Hi guys,
I removed all @nestjs packages from my package.json file and run the following:
$ npm i -D @nestjs/core @nestjs/common @nestjs/microservices @nestjs/websockets @nestjs/testing reflect-metadata rxjs
This installed the package version that you mentioned above
Thanks for the assistance
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.
I'm submitting a...
Current behavior
I cloned the Typescript starter package https://github.com/nestjs/typescript-starter.git followed the instructions stated in the README.md: Run npm i and npm run start. Then when I try accessing the URL in the browser it just keeps loading.
Expected behavior
I'd expect the page to load and
Hello World
appear in the browser.Minimal reproduction of the problem with instructions
Just follow the instructions in the README.md file https://github.com/nestjs/typescript-starter
What is the motivation / use case for changing the behavior?
Environment