As, i finished the basic js , dom, es6 , asyc and sync, callback function-call hell ....so should i go for node js or i want to know more thing on js! Where, i want to use nodejs as a backend in mobile application so should i start to watch node js series or not? Please give me suggestion! And i m following you in js and also in Node js too. And thank you so much for you contribution to us and love the way you teach us. Stay safe and have a wonderful life.
I had seen many teachers who cut all behind the seens, errors and shows the correct output. Which result when we do the same, we got stucked. But you had really shown all the difficulties, stucks, errors faced by everyone, so that we dont stuck. Really awesome videos and teaching skills. Thank You so much being so friendly and down to earth as well as giving us the valuable knowledge. Really Awesome!!!!
the best part of the video was that you showed the error to us and shared how to solve it... You are really a very genuine teacher... thank you for all your efforts
sir mai aapko dil se thank you bolna chahtu ki ye problem mai aaj face kiya mujhe v problem find karne me 2 hours lag gya tha.. fir v maine solve nhi kar paya but youtube par aake aapka videos dekha ushke baad aaapne mera kaam aasan kar diye... Dil se aapko ek baar thank you so much bolna chahta hoo. Love from Nepal... i can type comment in hindi language too because i knw hindi language. Your teaching style is really Awesome sir.
Vinod bhai, sach u aap Genius ho... Maine kitne videos dekhe hai, but the way u explain things are just amazing. And best part is aap jaise hai waise hi batate ho if aapki hi koi mistake kyu na ho... That really appreciable... I love u bro. There r hardly few who accept their mistakes and I admire u because I got someone like me. God bless u and keep going Vinod bhai. My name is PRAMOD ( the meaning is same of urs- make/spread happiness)
Had the same problem you showed and solved in a way you showed 😊 Thanks you so much sir 🙏 It is so good that you show us errors and problems too It can solve problems of many people 😊
One really nice thing that u did, was : showing the errors. When we are doing anything for the first time, we always get errors...and then we might even take days for correcting it. or might just give up...But, u gave the solution as well...and didn't try to edit it out. Thanks again for this.
I was facing this problem in my purchased course but there also this problem was not solved I saw some you tube videos .... But your video solved my problem thanks a lot sir
@Thapa Technical : npm install nodemon or package.json file ke under "script" ke niche "start ":" node file ka name .js", "dev":"nodemon file ka name.js" or ab file ko save kardijiye, or ab terminal par = npm run dev or enter kijiye aapka nodemon run ho jayga
Well described...The process of explaining and starting each topic is really good.. Audience also learning with you but when they confuse about some part of code..Atlast you automatically re clarifying it... Very nice work...God bless you!!
who ever is getting error for checking nodemon version use this command in your powershell : - open your powershell as administrator and paste Set-ExecutionPolicy Unrestricted and your are good to go
If you are getting error then try this. 1) Open windows powershell and run as administrator 2) Type command - "set-ExecutionPolicy" 3) Type "Unrestricted" Then yes to all and now you run your nodemon.
I'm a mac user and if any one faces permission issue while installing nodemon if any one face the same then checkout first go to the glowel folder. 1- cd /usr/local/lib/node_modules and then change permission 2- sudo chmod 777 /usr/local/lib/node_modules and last. 3- npm install nodemon -g
if you face error in installing , follow these steps 1. open powershell and run as administrator 2. run this command Get-ExecutionPolicy if you get restricted as your answer run this 3.Set-ExecutionPolicy RemoteSigned now check nodemon -v it will work defineitely
anyone who getting error "running scripts is disabled " 08:54 , just simple run powershell as admin and run this command "Set-ExecutionPolicy RemoteSigned " . note remove inverted commas. problem should be fixed
If anyone facing the problem in checking version of nodemon try this, Copy the error part after checking version (nodemon -v) up to PS1. Then paste it on this pc and enter. After it,delete nodemon from there and again check version(nodemon -v).
u wont reach 3lakh but will reach 3 million provided u give support for clents and queries. Seriously there are many channels in youtube but none has timely support
STEP 1 Check Version : nodemon -v STEP 2(if error pops ) i.e "nodemon : File C:\Users\[you ursername]\AppData\Roaming pm odemon.ps1 cannot be loaded because running scripts is disabled on this system." just delete the nodemon.ps1 file in the directory. check version
nodemon : The term 'nodemon' 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 + nodemon . + ~~~~~~~ + CategoryInfo : ObjectNotFound: (nodemon:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException How do I fixed this??
@@prasadparadkar8750 Apka "NPM" shyad installed nahi sahi sai. Agar installed haia to to try karo NPM ko pehly update krny ki or then chalao & make sure internet is connected. To update NPM, run this: npm install -g npm@latest
You can also use this command to solve the problem of nodemon --v for windows:- step:1.Open Windows PowerShell with Run as Administrator step:2.Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Are you facing problem with nodemon after installing? follow this Add this to your system environment variable. C:\Users\Asus\AppData\Roaming pm How can you get the above path address? just use this command npm config get prefix
bro , my nodemon is not running automattically ,i have to do ctrl+s to run my nodemon everytime, if i am doing any changes in vs code as u told i work automatically without using ctrl+s.
For those getting error The nodemon is not recognized ... In the npmMod folder 1. npm init Press enter enter continue unless Is this ok(yes)? Fir write yes thn enter Ab ek file bani hogi package.json Open that file Wahan last mai devDependncies show hoga if yes toh mtlb u r on right path.. Ab puri file mai ek script nam ka tag hoga "script" :{ "script" : "yahan kuch error likha hoga" Is puri line ko replace kro .. "nodemon" : "nodemon index.js" } Save the file .. thapa ny already index.js file bnai hai yehi nam uper save krna ha.. ya jo b apny file ka nam rakha ha wahi nodemon k sath likhna ha. Now open the terminal npm i --save-dev nodemon Now run nodemon npm run nodemon.. If any doubt reply Thankx me later😇😇😇
If anyone getting the issue in nodemon -v command and also if aap data folder is not there in the system then run the windows power shell as administrator and change the execution policy from restricted to unrestricted by running the command: Get- ExecutionPolicy Set-ExecutionPolicy It will work
@ThapaTechnical npm install nodemon and location of "script" in package.json file {"start":"node index.js", "dev": "nodemon index.js"} or save this file, or now terminal equal = npm run dev or enter your nodemon will run
i am getting an error if use import to import module but if use require it is not showing any error then I need to look into packgejson nnad but type module import is fine now but require giving me error
I got so many messages in terminal while Running the code.. But You have only path.. I got debugger listening on....... Debugger attached.. How to remove this extra thing.??
Good morning Guys 😊 Hope u love the video 🙏 Plz LIKE and SHARE the video with your friends ok❤️
Awesome video sir
please make a website similar to www.thapatechnical.com waiting for this project
As, i finished the basic js , dom, es6 , asyc and sync, callback function-call hell ....so should i go for node js or i want to know more thing on js!
Where, i want to use nodejs as a backend in mobile application so should i start to watch node js series or not?
Please give me suggestion!
And i m following you in js and also in Node js too.
And thank you so much for you contribution to us and love the way you teach us.
Stay safe and have a wonderful life.
Sir you are awsome.. God bless you.🙏
I am getting a error of o valunbrities and non fund plzz tall what to do
I had seen many teachers who cut all behind the seens, errors and shows the correct output. Which result when we do the same, we got stucked. But you had really shown all the difficulties, stucks, errors faced by everyone, so that we dont stuck. Really awesome videos and teaching skills. Thank You so much being so friendly and down to earth as well as giving us the valuable knowledge. Really Awesome!!!!
yes ,Vinod sir is best
Vinod is fabulous guy..
U're talking about Apna College
the best part of the video was that you showed the error to us and shared how to solve it... You are really a very genuine teacher... thank you for all your efforts
Perfect NodeJS Teacher ,Debugging Teacher, Reactjs Teacher. Thank You Sir for Providing us this level of content.❤❤❤❤
sir mai aapko dil se thank you bolna chahtu ki ye problem mai aaj face kiya mujhe v problem find karne me 2 hours lag gya tha.. fir v maine solve nhi kar paya but youtube par aake aapka videos dekha ushke baad aaapne mera kaam aasan kar diye... Dil se aapko ek baar thank you so much bolna chahta hoo. Love from Nepal... i can type comment in hindi language too because i knw hindi language. Your teaching style is really Awesome sir.
Vinod bhai, sach u aap Genius ho... Maine kitne videos dekhe hai, but the way u explain things are just amazing. And best part is aap jaise hai waise hi batate ho if aapki hi koi mistake kyu na ho... That really appreciable... I love u bro.
There r hardly few who accept their mistakes and I admire u because I got someone like me. God bless u and keep going Vinod bhai.
My name is PRAMOD ( the meaning is same of urs- make/spread happiness)
guru ji ramram, you are one of the best teacher here... thnx sir
Had the same problem you showed and solved in a way you showed 😊
Thanks you so much sir 🙏
It is so good that you show us errors and problems too
It can solve problems of many people 😊
One really nice thing that u did, was : showing the errors.
When we are doing anything for the first time, we always get errors...and then we might even take days for correcting it. or might just give up...But, u gave the solution as well...and didn't try to edit it out.
Thanks again for this.
I was facing this problem in my purchased course but there also this problem was not solved I saw some you tube videos .... But your video solved my problem thanks a lot sir
@Thapa Technical :
npm install nodemon
or package.json file ke under "script" ke niche
"start ":" node file ka name .js",
"dev":"nodemon file ka name.js"
or ab file ko save kardijiye,
or ab terminal par =
npm run dev
or enter kijiye aapka nodemon run ho jayga
Well described...The process of explaining and starting each topic is really good.. Audience also learning with you but when they confuse about some part of code..Atlast you automatically re clarifying it... Very nice work...God bless you!!
who ever is getting error for checking nodemon version use this command in your powershell : -
open your powershell as administrator and paste Set-ExecutionPolicy Unrestricted and your are good to go
Preparing For Interview in Night 😂❤
Thankyou For Awesome Videos I complete 13 Videos
Thanks a lottt.... My nodemon is not working but after watching this video its working....thankuu thapa
Timeline 7:27: I'm a Mac user and its was helpful for me.
Bhaiya me bhaiya thapa bhaiya🔥🔥🔥
Great teaching 💕🔥
I just want to say thank you so much from bottom of my heart . Really I meant it. You are doing really great and I wish you get extreme success.
Hey ! You vinod your content is Just awesome... dsure UA-camr ko dekho to nind ane lgti hai ....
Simply explained thanks sir 🙌🙌🙌🙌🙌
I am a linux user and I did type nodemon -v, it gave me the version. simple. Boom
If you are getting error then try this.
1) Open windows powershell and run as administrator
2) Type command - "set-ExecutionPolicy"
3) Type "Unrestricted"
Then yes to all and now you run your nodemon.
thanks
Bhai mera heavy driver...Thanks bruh
Thank you bhai ❤
Aap to lajavab padate hai sir. Thank you ❤❤❤❤❤sir🙏👍
love you bro..
your way of teaching is very rare, love you from all learners deep heart.
I'm a mac user and if any one faces permission issue while installing nodemon if any one face the same then checkout
first go to the glowel folder. 1- cd /usr/local/lib/node_modules
and then change permission 2- sudo chmod 777 /usr/local/lib/node_modules
and last. 3- npm install nodemon -g
thank you so much
love you Sir ye masla buhat time say araha tha
Aj mujhe bhi laga "its really awesome" *smile emoji
At time 9:05 , thank you very much for the help :)
I got the same error, and now resolved THANKS !
How??
if you face error in installing , follow these steps
1. open powershell and run as administrator
2. run this command Get-ExecutionPolicy
if you get restricted as your answer run this
3.Set-ExecutionPolicy RemoteSigned
now check nodemon -v
it will work defineitely
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
copy and run this in powershell(as administrator) and than type Y press enter.. All done
thanks
anyone who getting error "running scripts is disabled " 08:54 , just simple run powershell as admin and run this command "Set-ExecutionPolicy RemoteSigned " . note remove inverted commas. problem should be fixed
If anyone facing the problem in checking version of nodemon try this,
Copy the error part after checking version (nodemon -v) up to PS1.
Then paste it on this pc and enter.
After it,delete nodemon from there and again check version(nodemon -v).
Thanks bro
really an awesome tutorial and complete series as well. Thanks, brother....you are a really talented and down to earth person.
bro you are a true youtuber
This guy deserve a like 🤩🤩😘
@6:52 NodeMon in mac is same as windows nodemon fileName.js
Mind blowing feature... Superb...
Same problem hai bro do tin din se dimak khrab ho rkha hai iske chakar me thanks for solution
Bro, please make a video on tour of your laptop. I mean how to organize things in laptop.
Best🎉🎉
your teaching method is wonderful love from pakistan
This is a major problem for me thanks so much bro
simply the best tutor.🙌🙌🙌
so loving tutorials. i am really getting all the thapa's points clearly. Thanksss
And boom 💥 samaj a geya ❤
If you face any issue during nodemon installation, whatever command prompt you use , open it as administrator, it works fine for me
But bhai mere mein automatically nodemon run nhin kar rha after editing the code..what to do!!!!!
Superb. Node js Tutorial series. .thanks for all video..❤️❤️💓
Your teaching style is really amazing. Keep it up..
if you're using macOS X and linux => sudo npm i -g nodemon
version check => nodemon -v
u wont reach 3lakh but will reach 3 million provided u give support for clents and queries. Seriously there are many channels in youtube but none has timely support
STEP 1
Check Version : nodemon -v
STEP 2(if error pops )
i.e "nodemon : File C:\Users\[you ursername]\AppData\Roaming
pm
odemon.ps1 cannot be loaded
because running scripts is disabled on this system."
just delete the nodemon.ps1 file in the directory.
check version
How to delete ?
in linux ,you have to use sudo npm install nodemon -g. you have to write sudo.
Run in cmd instead of powershell and it will work 👍
you are right bro
Thanks...
Thanks bro I'm also with that same problem but now it resolved 💖😘
thoda pasand?haha pura pasand aya!i told u before as well a genius can spot any genius even from a mile away ;)
thank you so much bhai...aapne error ke baare mein bhi batadiya
Thanks brother ❤️ you are really best person ❤️
Thanks for sharing error details really Awsome Vinod bro
Your vidoes are very helpfull and easy to understand thank You so much from bottom my heart ❤
I had the same issue and could not find the solution .. thanks vinod
U really give your 100%
1: Open Powershell as administrator
2: Paste this code: npm install -g nodemon
(DONE)
thanks
nodemon : The term 'nodemon' 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
+ nodemon .
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (nodemon:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
How do I fixed this??
@@prasadparadkar8750 Apka "NPM" shyad installed nahi sahi sai. Agar installed haia to to try karo NPM ko pehly update krny ki or then chalao & make sure internet is connected.
To update NPM, run this:
npm install -g npm@latest
@@zaeemjaved6850 Thanks it worked !!
@@prasadparadkar8750 No prob. Glad I could help. Love from Pakistan bro. ❤️
You can also use this command to solve the problem of nodemon --v
for windows:-
step:1.Open Windows PowerShell with Run as Administrator
step:2.Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
i am watching this video and now u have 578K subscribers
Are you facing problem with nodemon after installing?
follow this
Add this to your system environment variable.
C:\Users\Asus\AppData\Roaming
pm
How can you get the above path address?
just use this command
npm config get prefix
Ya done but still getting a error in vscode terminal
Thankyou so much this video was really helpful for me as i was getting same error and i wasnt able to figure out the problem.
Helo sir mene chalk instale keya par use karne par [ERR_REQUIRE_ESM]: a raha he please soggestion.
Thanks for this all nodejs video . its really awesome
You are doing really great ,love for you
bro , my nodemon is not running automattically ,i have to do ctrl+s to run my nodemon everytime, if i am doing any changes in vs code as u told i work automatically without using ctrl+s.
Same here , what u do bro?
better teacher than my clg teachers
You really helped me resolve that error
vinod sir mera automatic type acquisition work nahi krara plz help koi.
Thank You Bhaiya for Your video such me problem solve krdi mujhe wahi error aarha tha
For those getting error
The nodemon is not recognized ...
In the npmMod folder
1. npm init
Press enter enter continue unless
Is this ok(yes)? Fir write yes thn enter
Ab ek file bani hogi package.json
Open that file
Wahan last mai devDependncies show hoga if yes toh mtlb u r on right path..
Ab puri file mai ek script nam ka tag hoga
"script" :{
"script" : "yahan kuch error likha hoga"
Is puri line ko replace kro ..
"nodemon" : "nodemon index.js"
}
Save the file .. thapa ny already index.js file bnai hai yehi nam uper save krna ha.. ya jo b apny file ka nam rakha ha wahi nodemon k sath likhna ha.
Now open the terminal
npm i --save-dev nodemon
Now run nodemon
npm run nodemon..
If any doubt reply
Thankx me later😇😇😇
it works thanks
I am just trying to solve this problem plz guide me to solve this error 🥺🥺
I am just trying to solve this problem plz guide me to solve this error 🥺🥺
@@anjalpari7797 how can i help u from here?
@@Journeysandinsight Rajasthan
If anyone getting the issue in nodemon -v command and also if aap data folder is not there in the system then run the windows power shell as administrator and change the execution policy from restricted to unrestricted by running the command:
Get- ExecutionPolicy
Set-ExecutionPolicy
It will work
Thank you very much bro
6:00 Thanks For Nodemon Err Resolve
Aapke tutorials bahut helpful rahte hai, per plz thoda dheere dheere samjhaya kariye, AAP bahut fast bolte hai, recap karke video dekhna padta hai.
wow, you're best Sir
great video bro.
Keep it up..
i am in love with nodemon !
for linux we can use "npx nodemon filename.js"
thanks bro i stuck to this erro from last two days
@ThapaTechnical
npm install nodemon
and location of "script" in package.json file
{"start":"node index.js",
"dev": "nodemon index.js"}
or save this file,
or now terminal equal =
npm run dev
or enter your nodemon will run
Sir, its solved, thanks, we need to restart the vs code after deleting that file.
Also if you have git bash.. You won't need to delete anything. Just install from gitbash
Sir big fane from Pakistan
Really helpful video...👌👌
i am getting an error if use import to import module but if use require it is not showing any error then I need to look into packgejson nnad but type module import is fine now but require giving me error
Thanku soo much sir for your constant efforts
For LINUX : -
Command - sudo npm i nodemon -g
After global npm and no demon im facing issue of stuck nodemon restarting new changes issue. How ti solve this problem.
I got so many messages in terminal while Running the code.. But You have only path.. I got debugger listening on....... Debugger attached.. How to remove this extra thing.??
gajab video of the year
Thanks, great trick. I was looking for something like that
9:12 thanks a lot for this
Sir package.json file nhi mila mujhe. what is directory?
Very nice 👌 Bhaiya 👍❤️
during installation of npm nodemon ( run `npm fund` for details
found 0 vulnerabilities) how i can resolve it ........... thanks