nestjs / nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
https://nestjs.com
MIT License
66.9k stars 7.55k forks source link

Typescript Starter: Browser continuously loading #350

Closed liamjay closed 6 years ago

liamjay commented 6 years ago

I'm submitting a...


[ ] Regression 
[ X ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

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


Nest version: 4.4.0


For Tooling issues:
- Node version: 8.9.3  
- Platform: Windows 10  

Others:

fwoelffel commented 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.

kamilmysliwiec commented 6 years ago

Hi @liamjay, Please update your packages into v4.5.9

liamjay commented 6 years ago

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

lock[bot] commented 4 years ago

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.