Guys try these for Windows... Javascript cmd: "start": "nodemon --exec \"cls && node\" ./src/index.js -q" Typescript cmd: "start": "nodemon --exec \"cls && tsc && node ./dist/index.js\" ./src/index.ts -q" note: Be careful with a directory in command, if not correct then it throws an error.
@@JAFSCodeSchoolTamil Thank you for teaching... Learning frontend after HTML>CSS>JAVASCRIPT/TYPESCRIPT>?, Which one to pick React/Angular? I want to learn React from you, shall I wait for React videos or do I go with available Angular videos. Which will be useful. Now I am at the learning phase of HTML & CSS. Thank you.
@@srinee3154 Hi bro. Both react and Angular are great frameworks. Because react is much easier than angular, react has more job opportunities when compared to angular. That doesn't mean angular dont have job opportunities. angular has. but less when compared to react. If you learn angular you will by default learn typescript because angular uses only typescript not javascript. If you plan to learn react, because react works both with javascript and typescript, you can start with javascript and then after you get comfortable you can learn typescript. My plan for now is to post videos on javascript and typescript. After completing this course i am planning to post on react. but for that it will take so many months. If you really wanted to learn react, then don't wait for my videos. there are lot of great courses in the internet. if you go for paid course like in udemy, you will be able to learn everything in one course itself. courses in udemy generally starts from 350rs. but unfortunately you don't have tamil courses there. Hope this helps.
Hey Frank, In an effort to brush up on my JavaScript skills, I looked for tutorials done in Tamil. Of the many I found on UA-cam, yours are by far the most helpful, well-structured, and to the point. You code confidently and clearly explain the code and procedures. It wouldn't be right if I didn't acknowledge your efforts around here. Many, many thanks for your hard work and consideration. Hold strong, dude. 😍👍
@@JAFSCodeSchoolTamil It's a pleasure. I appreciate your teaching style tremendously. And I really value the fact that you admitted, "I don't know enough about React to teach it," which demonstrates your candour and courage in admitting you don't know something. Hope you would master that too soon.
The way of expaining a small things also , Keep rocking bro , i was watching a tailwindcss side carousel video, that was the first video that i saw in your channel, after that i started the typeScript playlist, watiing for your more videos bro, Keep rocking it 🔥
Hi bro first of all thanks bro for the series and a small request add DSA also in both typescript and javascript along the series because lots of javascript interviews are with DSA based questions only 😊🎉❤ i was started watching tailwind series seriously best series for tamil keep going bro 👌
Hello Franklink I appreciate your fantastic video on configuring Typescript and JavaScript. However, running JavaScript or TypeScript causes a number of issues. Any direct connecting channel for speedy one-on-one resolution. It will be valued more highly.
Hi Frank, just to notify you, the installation instructions for the Typescript doesn't seem to be working. It throws an error saying 'zsh: command not found: tsc' when I tried to run the 'tsc' command from terminal. (I use a Mac, and installed the typescript with sudo). After a little bit of research I found you have to install the typescript globally to get the compiler to work inside the VS code. The command 'sudo npm i -g typescript' installed it globally and it worked perfectly afterwards. Most probably you might have installed it globally already that's why it worked with your normal local installation I guess. Hope this might help others who come across the same issue. Thank you.
Hi bro thank you for enlighten us , i tried same codes but i got error while using execution Clear "start": "nodemon --exec 'clear && node' ./src/index.js -q" this is error i received ''clear' is not recognized as an internal or external command, operable program or batch file. can u please help on this?
@@JAFSCodeSchoolTamil yes i did same bro that also wasn't worked then i got help from stock overflow where they mentioned to create new file of nodemon.json in that i created new script with "start" tag with cls comment that worked but the same trick not worked in typescript bro. i am able to see only message in index.ts file after compiling, for testing i additionaly created file test.ts that also complied into test.js but i can't see message what i consoled in ts file. can you please tell me check multipe file data after compiling?
Nodemon code to clear doenst clear screen. still getting 5 lines of nodemon notes. after this, i have to press ctrl+c to exit and it asks question y/n. it becomes a irritation after some time. any suggestions to bypass this. i am a citizen trying to learn some programming. not a specialist. videos excellent.thanks.god bless.
Try these for Windows Javascript cmd: "start": "nodemon --exec \"cls && node\" ./src/index.js -q" Typescript cmd: "start": "nodemon --exec \"cls && tsc && node ./dist/index.js\" ./src/index.ts -q" Note: Be careful with a directory in command, if not correct then it throws an error.
tsc : The term 'tsc' 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. + CategoryInfo : ObjectNotFound: (tsc:S tring) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundExcepti on please help me with this error
Chek if typescript is installed properly. Just reinstall it using the following command npm install -g typescript Later run the following command to see if its working. tsc --version
@@sathishv4732 You can find the answer with a simple google search bro. Here is the explanation. NPX stands for Node Package eXecute. It is simply an NPM package runner. It allows developers to execute any Javascript Package available on the NPM registry without even installing it. NPX is installed automatically with NPM version 5.2. 0 and above.
tsc : The term 'tsc' 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 + tsc ./src/index.ts + ~~~ + CategoryInfo : ObjectNotFound: (tsc:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException error i am getting...
Guys try these for Windows...
Javascript cmd:
"start": "nodemon --exec \"cls && node\" ./src/index.js -q"
Typescript cmd:
"start": "nodemon --exec \"cls && tsc && node ./dist/index.js\" ./src/index.ts -q"
note: Be careful with a directory in command, if not correct then it throws an error.
Thank you for updating. 😊😊👍
@@JAFSCodeSchoolTamil Thank you for teaching...
Learning frontend after HTML>CSS>JAVASCRIPT/TYPESCRIPT>?, Which one to pick React/Angular?
I want to learn React from you, shall I wait for React videos or do I go with available Angular videos. Which will be useful.
Now I am at the learning phase of HTML & CSS.
Thank you.
@@srinee3154 Hi bro. Both react and Angular are great frameworks. Because react is much easier than angular, react has more job opportunities when compared to angular. That doesn't mean angular dont have job opportunities. angular has. but less when compared to react.
If you learn angular you will by default learn typescript because angular uses only typescript not javascript.
If you plan to learn react, because react works both with javascript and typescript, you can start with javascript and then after you get comfortable you can learn typescript.
My plan for now is to post videos on javascript and typescript. After completing this course i am planning to post on react. but for that it will take so many months.
If you really wanted to learn react, then don't wait for my videos. there are lot of great courses in the internet. if you go for paid course like in udemy, you will be able to learn everything in one course itself. courses in udemy generally starts from 350rs.
but unfortunately you don't have tamil courses there.
Hope this helps.
@@JAFSCodeSchoolTamil Great Bro! Thanks for the guidance. I'll look into it and also follow your videos💯💚.
@@JAFSCodeSchoolTamilBro Node js video podunga bro pls
Supper bro ungaloda knowledge aha share panrathuku hats off bro
Thank u you bro
Super anna
Thank you so much for doing this course bro 🤗
Aamaa sir , ithu kuda nalla idea va irukku ...
i learne more new topics from this video, thank u so much bro
Welcome bro. Happy for you 🥰🥰
Hey Frank, In an effort to brush up on my JavaScript skills, I looked for tutorials done in Tamil. Of the many I found on UA-cam, yours are by far the most helpful, well-structured, and to the point. You code confidently and clearly explain the code and procedures. It wouldn't be right if I didn't acknowledge your efforts around here. Many, many thanks for your hard work and consideration. Hold strong, dude. 😍👍
Thank you so much for your kind words Riyaz 😊😊. Means a lot.
@@JAFSCodeSchoolTamil It's a pleasure. I appreciate your teaching style tremendously. And I really value the fact that you admitted, "I don't know enough about React to teach it," which demonstrates your candour and courage in admitting you don't know something. Hope you would master that too soon.
@@RiyazMShihabdeen Thank you Riyaz. I have started learning React.
Thank you so much for making this course. This is very helpful for us to learn more depth concepts in Javascript & typescript
👍👍
The way of expaining a small things also , Keep rocking bro , i was watching a tailwindcss side carousel video, that was the first video that i saw in your channel, after that i started the typeScript playlist, watiing for your more videos bro, Keep rocking it 🔥
Thank you so much for your positive feedback 😍😍😍. You made my day. Sure will be posting videos regularly on typescript
Super Antto
Thank you ,,😊
Superb video
Thank you 😊😊
romba romba romba thanks bro
😍
thank u so much bro
😊😊
Hi bro first of all thanks bro for the series and a small request add DSA also in both typescript and javascript along the series because lots of javascript interviews are with DSA based questions only 😊🎉❤ i was started watching tailwind series seriously best series for tamil keep going bro 👌
I will be covering some portion of data structures in this course bro. After finishing this course I will try to post a dedicated series for that
Thank you so much for your positive feedback
Also kindly help in spreading this channel to friends. That will help me to grow the channel.
@@JAFSCodeSchoolTamil definitely bro keep rocking 👌🙌
Hello Franklink I appreciate your fantastic video on configuring Typescript and JavaScript. However, running JavaScript or TypeScript causes a number of issues. Any direct connecting channel for speedy one-on-one resolution. It will be valued more highly.
Hi Frank, just to notify you, the installation instructions for the Typescript doesn't seem to be working. It throws an error saying 'zsh: command not found: tsc' when I tried to run the 'tsc' command from terminal. (I use a Mac, and installed the typescript with sudo). After a little bit of research I found you have to install the typescript globally to get the compiler to work inside the VS code.
The command 'sudo npm i -g typescript' installed it globally and it worked perfectly afterwards. Most probably you might have installed it globally already that's why it worked with your normal local installation I guess. Hope this might help others who come across the same issue. Thank you.
Thanks for letting me know. 😊😊
🎉🎉🎉🥳
Hi ji you are telling all the topics very super,can you tell about PWA please ji
I will not be able to post a video on that immediately. But try to create video for that soon.
Hi bro thank you for enlighten us , i tried same codes but i got error while using execution Clear
"start": "nodemon --exec 'clear && node' ./src/index.js -q"
this is error i received
''clear' is not recognized as an internal or external command,
operable program or batch file.
can u please help on this?
Try using cls instead of clear. For windows we have to use cls. I totally forgot to tell that.
@@JAFSCodeSchoolTamil yes i did same bro that also wasn't worked then i got help from stock overflow where they mentioned to create new file of nodemon.json in that i created new script with "start" tag with cls comment that worked but the same trick not worked in typescript bro. i am able to see only message in index.ts file after compiling, for testing i additionaly created file test.ts that also complied into test.js but i can't see message what i consoled in ts file. can you please tell me check multipe file data after compiling?
Nodemon code to clear doenst clear screen. still getting 5 lines of nodemon notes. after this, i have to press ctrl+c to exit and it asks question y/n. it becomes a irritation after some time.
any suggestions to bypass this.
i am a citizen trying to learn some programming. not a specialist.
videos excellent.thanks.god bless.
Try these for Windows
Javascript cmd:
"start": "nodemon --exec \"cls && node\" ./src/index.js -q"
Typescript cmd:
"start": "nodemon --exec \"cls && tsc && node ./dist/index.js\" ./src/index.ts -q"
Note: Be careful with a directory in command, if not correct then it throws an error.
Sir angular ah firebase la host pannitu GitHub la push panna firebase la reflect aara maari oru video matum podunga sir
I will post soon bro.
Anto sir ... i didn't know anything about javascript... where to start... please give the playlist link.. please 🤝
It's there in the video description. I am adding here also. ua-cam.com/play/PLXCfOoPnFIbud4h-8y7DMwQ7nmOw2Drwv.html
tsc : The term 'tsc' 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.
+ CategoryInfo : ObjectNotFound: (tsc:S
tring) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundExcepti
on
please help me with this error
Chek if typescript is installed properly. Just reinstall it using the following command
npm install -g typescript
Later run the following command to see if its working.
tsc --version
bro astro framework and react video podunga bro
I have not used astro bro.
sir --exec 'clear' panna clear is not recognized as internal
or external command error kattuthu sir what i can do
Try this command bro
Javascript cmd:
"start": "nodemon --exec \"cls && node\" ./src/index.js -q"
Typescript cmd:
"start": "nodemon --exec \"cls && tsc && node ./dist/index.js\" ./src/index.ts -q"
@@JAFSCodeSchoolTamil ok sir thank you sir
what is npx sir
@@sathishv4732 You can find the answer with a simple google search bro. Here is the explanation.
NPX stands for Node Package eXecute. It is simply an NPM package runner. It allows developers to execute any Javascript Package available on the NPM registry without even installing it. NPX is installed automatically with NPM version 5.2. 0 and above.
@@JAFSCodeSchoolTamil ok sir thank you your video is very useful for me😍😍🥰🥰
Js laa Dom aprm es6 podungaa naaa...
Sure. I have planned all these. Will start from the basics bro.
Bro ungaloda extention solunga bro
I have responded to your comments in another video bro. Please check
Bro j. Son CMD pin panurigala
"start": "nodemon --exec\"cls && node\"./src/index.js -q"
(node: bad option: --execcls && node./src/index.js )
i am getting this error
See the first comment of this video bro. Try that
tsc : The term 'tsc' 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
+ tsc ./src/index.ts
+ ~~~
+ CategoryInfo : ObjectNotFound: (tsc:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
error i am getting...
npm i -g typescript, Global installation will fix it.