+ 2
What is the âComputer Terminalâ?
So, I am doing the Angular and NestJS course and when the creation of a service is mentioned, I donât know what SoloLearn means by the computer terminal. Could someone clarify? Thanks
8 Answers
+ 2
Cmd in windows and tty in linux terminal on opposite to graphical interface is the console that we use to communicate by commands with computer to execute something for example cd in linux terminal means go to or change directory to ...pwd print the working directory...
+ 6
The place where the user interacts with the system and provides input.
+ 1
HBhZ_C is the console Terminal in MacOS?
+ 1
If you have a mac os in your pc go to applications then utilities or search for it via spotlight.use @ before typing my pseudo Aidan âHTMLPuppyâ Dalzell
+ 1
I tried the ng generate service test (instead of transport) But it gave an error saying something along the lines of ng is not a recognized prefix. (Iâm paraphrasing). what IDE should I be using for angular development? is VS2017 with the Node.js workload ok? Because I have that.
+ 1
HBhZ_C i did not know what you meant by pseudo at first but I figured it out eventuallyđ
+ 1
I did a whole bung of that stuff but it did sh**. I just got the Angular IDE
0
Check your node js version with terminal if it is 6.9 or higher ok .This error as in stack overflow mentioned in some response ,tells you that either angular cli is not installed or not added to the path.If not is the cas update node js or try with this command
npm install -g @angular/cli .