I am trying to install and initiate the Typeorm but it gives me an error; I have tried to search about it but nothing seems to work.
First I ran this in the cmd npm i typeorm -g
and then typeorm init --name backend-proj-one --database postgres
typeorm : The term 'typeorm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ typeorm init --name backend-proj-one --database postgres
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (typeorm:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Would you be able to help me?
Ty so much, that would really mean a lot
I was expecting to have the basic files added to my project