Giter Club home page Giter Club logo

blog-with-nestjs-and-angular's People

Contributors

dependabot[bot] avatar thomasoliver545 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog-with-nestjs-and-angular's Issues

How to handle NotFounds etc...

How would you handle the entity not being found in this example

        return from(this.userRepository.findOne({id}, {relations: ['blogEntries']})).pipe(
            map((user: User) => {
                const {password, ...result} = user;
                return result;
            } )
        )
    }```

queryBuilder.limit is not a function

Hello,
I have problem with Simple Pagnination. I edited user controller and user service but then I check it in postman, I got error in terminal with queryBuilder.limit is not a function.

Tag commit for each video

Hi,

Love the series so far, it would be great to take the commit with the video number to make it easier to find

Error Could not find TypeScript configuration file "tsconfig.build.json".

[blog-with-nestjs-and-angular-api development 5/5] RUN npm run build:
#0 0.615
#0 0.615 > [email protected] prebuild /thomas/src/app
#0 0.615 > rimraf dist
#0 0.615
#0 0.724
#0 0.724 > [email protected] build /thomas/src/app
#0 0.724 > nest build
#0 0.724
#0 1.667
#0 1.667 Error Could not find TypeScript configuration file "tsconfig.build.json". Please, ensure that you are running this command in the appropriate directory (inside Nest workspace).
#0 1.667
#0 1.692 npm ERR! code ELIFECYCLE
#0 1.693 npm ERR! errno 1
#0 1.698 npm ERR! [email protected] build: nest build
#0 1.698 npm ERR! Exit status 1
#0 1.698 npm ERR!
#0 1.698 npm ERR! Failed at the [email protected] build script.
#0 1.698 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
#0 1.705
#0 1.705 npm ERR! A complete log of this run can be found in:
#0 1.706 npm ERR! /root/.npm/_logs/2022-11-21T03_06_07_442Z-debug.log


failed to solve: executor failed running [/bin/sh -c npm run build]: exit code: 1

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.