Sir i have been a longest follower from beginning , im a biggest fan of yours, you are a 'STACK-Overflow' of coding universe. 🙌. Any error by a programmer they can see upto you for solutions. Really appreciate your efforts sir.
wait, my man using Grammarly extension "I really does" 😁 makes sense. (I does use it too ) thanks for covering almost everything I need in your channel sir. Huge love from Sri Lanka ❤❤
3 questions in my mind right now.. 1. npm vs npx 2. Should the third one be 0 after changing the middle number in version code? 3. What's that theme you are using? 😁😁 Lastly, make a video on licencing, its too much confusing 😬
When I create a RUclips video fetching app in reactjs by you after I run that and I see the new released vedios from you.. Through that I'm noticed this vedio 😊...really excitable ... And thanks for the topic...
Can you make a video comparing the development processes of mobile and web? For eg, the work we do with react for web is same as the work android studio does for android development? And work done with nodejs and express for web cannot be done with android studio for mobile?
1.) What if we didn't install nodemon and change script : " node myFile.js" Then I try to run my program mom start. 2.) What if some other packages I do the same like script : " node myFile.js" and run npm start It will run?
Hey Hitesh, after following the steps and try to run, getting this error: import { v4 as uuidv4 } from 'uuid'; ^^^^^^ SyntaxError: Cannot use import statement outside a module at wrapSafe (internal/modules/cjs/loader.js:1070:16) at Module._compile (internal/modules/cjs/loader.js:1120:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10) at Module.load (internal/modules/cjs/loader.js:1000:32) at Function.Module._load (internal/modules/cjs/loader.js:899:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12) at internal/main/run_main_module.js:18:47 Appreciating any help.
I'm trying to execute this: $ npm install express --save or any dependency i cant install it it show me the below error type please help me!!! And I'm getting this log: > npm > ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request > to npm.jibo.com:8080/express failed, reason: connect ETIMEDOUT > 10.0.0.106:8080 npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or > have bad network settings. npm ERR! network npm ERR! network If you > are behind a proxy, please make sure that the npm ERR! network 'proxy' > config is set properly. See: 'npm help config' I have no Idea what I'm doing with Node and npm because I'm new to this I have tried to look for a solution, but nothing points me in the right direction, probably because I'm asking wrong questions. i have try to excute this : Npm config set registry registry.npmjs.org/ But i cant install express or any other dependency I am student in college i use wifi does this have problem? Please guys help me out one of you pleases 🙏🙏🙏🙏🙏🙏🙏🙏
This man is like the Wikipedia of codding. There is no end of his Knowledge 😬😬
Hey Hitesh, Please Make Tutorials On JavaScript Engine,Execution Context ,Global Execution Context , Call Stack, Creation Phase, Execution Phase....💜💚💛
Right.
yes, please
This is my first video of your and I am very happy to come across you in youtube. Good content on npm, helpful to all who are new to subject.
The way you teach or explain is really makes me understand the topic and confortable to read the documentation. Thank you so much...
What do you think about Electronjs? Because VS Code is also made out of it? And it's pretty easy
Enjoyed alot, you teach in a easy way, expecting more videos like this.
Sir i have been a longest follower from beginning , im a biggest fan of yours, you are a 'STACK-Overflow' of coding universe. 🙌. Any error by a programmer they can see upto you for solutions. Really appreciate your efforts sir.
The semantic versioning was something new which I learnt and obviously the aspects of npm as I am a newbie in it.
Really amazing content you are sharing man, great to have you on platform. Thanks
Amazing... I'll surely like to see more crash courses like this✌🏻✌🏻
A really well prepared teacher! Great work dude. Keep it up!
Thanks, will do!
had used npm before once but didn't knew much abt it... thanks for sharing whole lot of npm:)
wait, my man using Grammarly extension "I really does" 😁 makes sense. (I does use it too )
thanks for covering almost everything I need in your channel sir. Huge love from Sri Lanka ❤❤
The way u explain things is amazing...and is super easy to understand ..Would love to see your upcoming videos on SERVER and DATABASES..love u sir❣️
this was a very good explanation.. i m so happy to see it
Explained in a wonderful manner.
Awesome...! Worth for 30 minutes to watch
thank you so much for this crash course sir
Thank you sir for providing such great topics
3 questions in my mind right now..
1. npm vs npx
2. Should the third one be 0 after changing the middle number in version code?
3. What's that theme you are using? 😁😁
Lastly, make a video on licencing, its too much confusing 😬
Gm sir
great video on npm & node sir. Thank you very much. learned a lot. sir please make a video on the node licensing as well....
Thanks for the Crash Course
Hey Buddy, I want to know about your vs code theme pls reply. The best thing in this video is that exact on points no side hustle.
Sir make tutorial on machine learning project ..
Great
Sir please make course on Natural language processing
Amazing info.........I love it
uses of uuid means and how to secure apis through node and express?
Great video.👍
Is it worth changing npm for yarn?
We need more 😍😍😍
hello sir , please make a video on licencing and what are all the license available on github
you are amazing sir :) thnx frm my bottom of the heart 👍👍👍👍
Thank you sir . It help me.
When I create a RUclips video fetching app in reactjs by you after I run that and I see the new released vedios from you.. Through that I'm noticed this vedio 😊...really excitable ... And thanks for the topic...
Great one..👍 Would love your view on deno js.
How’d you get your vscode to have that pink/orange bar on the side?
Sir I create apps using Java should I go with Flutter or Kotlin ?
Learn React-Native
Start flutter.
It has a great future
Hi sir, please make crash course on Node js as well.
Thanks for the Topic... 😊👍
Thank you so much for this video. you are great :)
nice! how about Git crash course?
Fantastic!
Thank You sir...
Can you make a video comparing the development processes of mobile and web? For eg, the work we do with react for web is same as the work android studio does for android development? And work done with nodejs and express for web cannot be done with android studio for mobile?
1.) What if we didn't install nodemon and change script : " node myFile.js"
Then I try to run my program mom start.
2.) What if some other packages I do the same like script : " node myFile.js" and run npm start
It will run?
Sir please make video on graphQl and webpack as well
Was waiting for this video and suddenly it pops up
which theme is that ?
Thank you sir
Sir, can you make a video on GSAP
Make video on licensing
thanks sir
First view...Awesome 😍😍
Hey Hitesh, after following the steps and try to run, getting this error:
import { v4 as uuidv4 } from 'uuid';
^^^^^^
SyntaxError: Cannot use import statement outside a module
at wrapSafe (internal/modules/cjs/loader.js:1070:16)
at Module._compile (internal/modules/cjs/loader.js:1120:27)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1176:10)
at Module.load (internal/modules/cjs/loader.js:1000:32)
at Function.Module._load (internal/modules/cjs/loader.js:899:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
at internal/main/run_main_module.js:18:47
Appreciating any help.
use require instead.
const uuid = require("uuid");
@@msdhaliwal That works. Thanks!
cool
C++ course please sir
👍😊
Reactjs please
I'm trying to execute this:
$ npm install express --save or any dependency i cant install it it show me the below error type please help me!!!
And I'm getting this log:
> npm
> ERR! code ETIMEDOUT npm ERR! errno ETIMEDOUT npm ERR! network request
> to npm.jibo.com:8080/express failed, reason: connect ETIMEDOUT
> 10.0.0.106:8080 npm ERR! network This is a problem related to network connectivity. npm ERR! network In most cases you are behind a proxy or
> have bad network settings. npm ERR! network npm ERR! network If you
> are behind a proxy, please make sure that the npm ERR! network 'proxy'
> config is set properly. See: 'npm help config'
I have no Idea what I'm doing with Node and npm because I'm new to this
I have tried to look for a solution, but nothing points me in the right direction, probably because I'm asking wrong questions.
i have try to excute this :
Npm config set registry registry.npmjs.org/
But i cant install express or any other dependency
I am student in college i use wifi does this have problem?
Please guys help me out one of you pleases 🙏🙏🙏🙏🙏🙏🙏🙏
First first time
First viewer 😎
Hey there everyone Siddharth here, back again with another video!!
First 🤩