'How add nestjs to a cloned nestjs project from github?

I clone the project from the repository's github, install nest/cli globally, and i try to run nest generate module auth, How can I make nest cli work in my project? And how to do it without extra nesting? Because in my case I have to create a Nest project and I clone repositories inside it, it turns out extra nesting



Solution 1:[1]

I did all it again and I think I missed 1 step. It's npm install. And it is now working.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ouflak