Exactly what I was looking for. Excellent video!!!! Note for begginers: We have to run "npm install" because the folder "node_modules" it's being ignored by ".gitignore" file. (Correct me if I'm wrong =p)
Yes, when u clone the app from github ur never gonna have the npm file, npm file is too big and always ignored so it's never on github, so when u do npm i you get it with all the packages needed for the project :D Thanks for watching :)
i am using mac book , when i give npm start then it opens the browser then there is an error showing "the site can not be connected" local host refused to connect.
i was having problem in running the react js project copied that from github.. it has the two folders.. frontend and backend.. trying it from 3 days.. please help me
You probably just need to cd into frontend and do npm start, if u need to start backend as well cd into it from another cmd and do npm run dev, hope that helps. Thanks for watching :)
do we need to have that 4 script mentioned in frontend json file as well as backend json file, as im havinf these 4 script in frontend json file but not in backend @@h3webdevtuts
Hi, sorry but I'm not sure what do u mean by that? If you are speaking about the website I'm using, that's used only for teaching purposes, hope that helps. Thanks for watching :)
why when i clone rep, npm install, and npm start - i have not my project - i have started project react when u enter npx create-react-app and npm start?
so it will be difficult if i wanna work with dualboot for one project folder? because i've tried made the project on ubuntu and it's working then i am tried to open it again on my windows but i got that error
Git ignore file that u have has node modules ignored by default, so you don't need to change anything, you can push the code always and node modules won't get included. Thanks for watching :)
how to solve this error::::::::: "Cannot determine which native SDK version your project uses because the module expo is not installed. Please install it with yarn add expo and try again."
@@h3webdevtuts it is for react native i had install all modules with command--"npm install" but it still gives me this error..... And this happens on only remote code ..BTW thanks for reply.☺️
You can get it from that link when watching the video if it still there, it was my friend's github so I'm not sure if he still has that project. Thanks for watching :)
You might have some other issues, would need to check your code in order to help you. Feel free to join the discord server and share github link of the project there so I can take a look. Thanks for watching :)
You can check the git ignore file, node modules are gonna be there, that's the reason they are not pushed to github. If you don't wanna push any other files you can add them in git ignore as well. Hope it's more clear now. Cheers!
Hi, I'm not sure what's the issue you are having. Check out these 2, stackoverflow.com/questions/20992723/npm-is-not-recognized-as-internal-or-external-command-operable-program-or-bat , stackoverflow.com/questions/33055515/npm-is-not-recognized-as-an-internal-or-external-command-operable-program-or/33055592 , some of them might help you find the solution. Thanks for watching :)
hi there, in package.json i replaced "dev": "next dev", "build": "next build", "start": "next start" with ---------------------------------------- "eject": "react-scripts eject", "test": "react-scripts test", "build": "react-scripts build", "start": "react-scripts start".. but still it says-- react-scripts' is not recognized as an internal or external command, npm ERR! Failed at the nextjs-ecommerce@0.1.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. help plz
Exactly what I was looking for. Excellent video!!!!
Note for begginers: We have to run "npm install" because the folder "node_modules" it's being ignored by ".gitignore" file.
(Correct me if I'm wrong =p)
Yes, when u clone the app from github ur never gonna have the npm file, npm file is too big and always ignored so it's never on github, so when u do npm i you get it with all the packages needed for the project :D Thanks for watching :)
I had been stuck with the errors after npm start and this saved me thank you so much. :D
Glad I could help. Thanks for watching :)
@@h3webdevtuts you helped me too 🤘you are awesome
5 minutes that can change a life right here, thanks bro.
Thank you :)
Thank Bro , u are a life saver , i watched so many useless videos on yt from last 2 hours and finally I found this
Glad I could help. Thanks for the kind words :)
i am using mac book , when i give npm start then it opens the browser then there is an error showing "the site can not be connected" local host refused to connect.
yes same issue; btw how you coped with that?
i am facing exactly same error , i do many things but not got it , after clone i npm install and npm start but same error showing me
Hi, can u elaborate more on this, what is the error you are getting? Thanks for watching :)
i was having problem in running the react js project copied that from github.. it has the two folders.. frontend and backend.. trying it from 3 days.. please help me
You probably just need to cd into frontend and do npm start, if u need to start backend as well cd into it from another cmd and do npm run dev, hope that helps. Thanks for watching :)
do we need to have that 4 script mentioned in frontend json file as well as backend json file, as im havinf these 4 script in frontend json file but not in backend
@@h3webdevtuts
@@h3webdevtuts na it doesnt run i have tried it
@@h3webdevtuts it cannot install npm and shows error
after npm start the output is not coming it shows the troubleshoot page
Can I submit this as my project.. can the evaluators (mentors) find this as a copied project.. What to do to aware from this..? please explain..
Hi, sorry but I'm not sure what do u mean by that? If you are speaking about the website I'm using, that's used only for teaching purposes, hope that helps. Thanks for watching :)
why when i clone rep, npm install, and npm start - i have not my project - i have started project react when u enter npx create-react-app and npm start?
Hi, can you please explain on what's the exact issue you are having so I can try to help with that. Thanks for watching :)
Most demanding video for College going students 😁😁😬😬
Hope it helped :D Thanks for watching :)
This was very helpful. Svaka cast Majstore!
Thank you :)
I love you for this, you saved my allloooot of time, keep it up brother
Glad you found it useful. Thanks for the kind words :)
I am facing a problem
after npm start it is showing " Error: error:0308010C:digital envelope routines::unsupported"
Great job bro, was stuck with errors but this video saved a lot of time and effort....keep it up🙌🏻👍🏻
Glad it was helpful. Thanks for watching :)
so it will be difficult if i wanna work with dualboot for one project folder? because i've tried made the project on ubuntu and it's working then i am tried to open it again on my windows but i got that error
I honestly have no idea about that. Feel free to join the discord server, there might be someone who can help. Thanks for watching :)
is there possible to run project with server folder? i'm stuck that app with server
Hi, I'm not sure what's the issue you are having, can you explain more on this? Thanks for watching :)
@@h3webdevtuts can i have your social account? Or mail?
@@h3webdevtuts can u check u'r email plsss
@@zolboobatsaikhan808 I haven't got any email from you
After npm start I got error:03000086:digital envelope routine initialisation error
What should I do ..
Error comes after deleting lock jason when using the command npm install
You saved my 15 days.. Thanks
Glad I could help. Thanks for watching :)
very helpful for beginner like me.i follow your steps and it works!! thank you so much.
So to push to github again to build project you need push project without node modules?
Git ignore file that u have has node modules ignored by default, so you don't need to change anything, you can push the code always and node modules won't get included. Thanks for watching :)
how to solve this error::::::::: "Cannot determine which native SDK version your project uses because the module expo is not installed. Please install it with yarn add expo and try again."
Looks like you need to install Expo I guess. This looks like it's for React Native not React.
@@h3webdevtuts it is for react native i had install all modules with command--"npm install" but it still gives me this error..... And this happens on only remote code ..BTW thanks for reply.☺️
I'm getting errors when I try to run npm install. please help
it was 300th like and as obvious this was extremely needed "install npm" :)
Glad you got it working. Thank you :)
Thansk a lot for this video buddy. Why delete package lock json file?
showing the site cant be reached what to do
?
Really useful information it saves a lot of time
Now just clone and customize and modify life is easy and coding too😅
What the hell how was I supposed to know to delete yarn.lock wtf??? So pissed!@@ thank you!!
No problem :D Yeah there is always something else that we forget or don't know. Thanks for watching :)
can you do a tutorial for react native windows 10?
Hi, sorry I do not have much experience with react native currently, but maybe in the future. Thanks for watching :)
this is exactly what i was looking thanks
can you give me this project github link
You can get it from that link when watching the video if it still there, it was my friend's github so I'm not sure if he still has that project. Thanks for watching :)
Bro npm install is still showing errors
You might have some other issues, would need to check your code in order to help you. Feel free to join the discord server and share github link of the project there so I can take a look. Thanks for watching :)
now, how to edit this prj ?
Sorry, I'm not sure what exactly ur trying to do, let me know and I'll help you out. Thanks for watching :)
Thanks bro
I find this a long time
No problem, glad I could help. Thanks for watching :)
Is it the same thing with react native? thanks for helping!
Hey, I honestly do not know, I've only used React Native twice. Can't really help with that. Thanks for watching :)
when we do git push why are node modules not pushed
You can check the git ignore file, node modules are gonna be there, that's the reason they are not pushed to github. If you don't wanna push any other files you can add them in git ignore as well. Hope it's more clear now. Cheers!
@@h3webdevtuts ohh this is how it works ,thank you answering
@@ajitsakri9888 Yes and you are welcome, thank you for watching :)
Thank you brother. The least I can do is hit like and Subscribe.
Thank you for subscribing and watching, much appreciated. :)
it worked thank you so much!!!
thx you very much greetings from Colombia.
You are welcome. Thanks for watching :)
thanks buddy thats what i looking for
Why to remove package-lock.json file?
Just to get clean files and to make sure everything's gonna work properly. Thanks for watching :)
This was really helpful, thank you very much
Glad I could help. Thanks for watching :)
I deleted that lock file but still get this error "npm is not recognize...." etc , what should i do now ?
Hi, I'm not sure what's the issue you are having. Check out these 2, stackoverflow.com/questions/20992723/npm-is-not-recognized-as-internal-or-external-command-operable-program-or-bat , stackoverflow.com/questions/33055515/npm-is-not-recognized-as-an-internal-or-external-command-operable-program-or/33055592 , some of them might help you find the solution. Thanks for watching :)
awesome video bro
Thank you so much, glad if I could help :)
This helped a lot. Thank you
Glad I could help. Thanks for watching :)
node:internal/errors:464
ErrorCaptureStackTrace(err);
^.
bro I have problem like this an i can't solve it
could u help me ?
Great tutorial! Thank you!!!
Glad you liked it. Thanks for watching :)
Just awesome....thanks 👍👍
Thank you :)
thank u so much sir may God bless you...
T h a n k y o u b r o !
Thank you :)
Thanks bro great tutorial
me= happy subscriber
Glad you liked it. Thank you so much for subscribing as well :)
@@h3webdevtuts you are welcome
Thank you mister
Hey ! Thank you very much 😊🤗
Glad you found it useful. Thanks for watching :)
Thank you, man!
thank you.. it helped
me
You are welcome, thanks for watching :)
Savior
Thanks :)
Thanks a lot! ♥️
Thank you :)
thank you so much!
Thank you :)
Life saving for me
Glad I could help. Thanks for watching :)
You da man!
Thank you :)
Thank you bro ❤❤❤
thanks, a good man)
Thank you :)
Thank you bro
Thank you :)
hi there, in package.json i replaced
"dev": "next dev",
"build": "next build",
"start": "next start" with
----------------------------------------
"eject": "react-scripts eject",
"test": "react-scripts test",
"build": "react-scripts build",
"start": "react-scripts start".. but still it says-- react-scripts' is not recognized as an internal or external command,
npm ERR! Failed at the nextjs-ecommerce@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
help plz
Try removing the file and doing npm i so u start from scratch in that file, let me know if that works. Thanks for watching :)
Bro.. thank you
Thank you :)
Thank you so much
Thank you :)
Thank you❤❤
Thanks!
Thank you :)
Me has salvado la vida
Glad I could help. Thanks for watching :)
very helpful
Thank you :)
Thankyou bro
Thank you :)
Thanks 🙏
Thank you :)
Thanks Bro
Thank you :)
helpful video.
Thank you
You are welcome, thanks for watching :)
Thanks Alooooooooot
Thank you :)
Thanks a lot
Npm install
What about it ? :D
thankyou
Much more helpful ..check it out
Thank you :)
😊
Thanks!
Thank you :)
ThankYou
Thank you :)
Thanks
thank you
Thank you :)