Giter VIP home page Giter VIP logo

Comments (6)

thomrick avatar thomrick commented on April 28, 2024

Hey @dbratsun,

Can you provide your system information ==> 'nest info' ?
Can you provide your project structure ?
Can you copy / paste your nestconfig.json file ?

Thanks.

from nest-cli.

dbratsun avatar dbratsun commented on April 28, 2024

Hi, @thomrick!

  1. nest info output
    [System Information]
    OS Version Windows 10
    NodeJS Version v8.1.0
    NPM Version 5.6.0

[Nest Information]
NestJS Version 4.5.10
Nest CLI Version 1.0.0

  1. nestconfig.json
    {
    "language": "ts | es (default: ts)",
    "entryFile": "src/main.ts"
    }

  2. project structure

index.js
nestconfig.json
nodemon.json
ormconfig.json
package.json
tsconfig.json
tslint.json

  • src
    • database
      • database.module.ts
      • database.providers.ts
    • app.controller.ts
    • app.module.ts
    • main.ts

Hope this help!

from nest-cli.

thomrick avatar thomrick commented on April 28, 2024

Thanks a lot @dbratsun,

I think I found the bug and I think all windows users should have the same problem XD.
I'll fix it as soon as possible !

By the way your nestconfig.json should look like this if you use Typescript:

{
  "language": "ts",
  "entryFile": "src/main.ts"
}

and look like this if you use Javascript:

{
  "language": "es",
  "entryFile": "src/main.ts"
}

from nest-cli.

thomrick avatar thomrick commented on April 28, 2024

@dbratsun can you first upgrade to @nestjs/cli 2.0.0-rc.3 ?

from nest-cli.

dbratsun avatar dbratsun commented on April 28, 2024

ready, but the same error

from nest-cli.

thomrick avatar thomrick commented on April 28, 2024

The CLI tool was rebuild from scratch and integrate schematics to generate assets.
Please upgrade to v4.0.0-rc1

from nest-cli.

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.