If it comes white page..... Just select the white from top to bottom.... U will find clock display... For a second and it will go... To see again u got t reselect entire page and see it...
Sir i think the code you have written in TOdolist file will through an error as return should used their to display otherwise it will through an error as no function call..
Return na krne ke karan wo error show kr rha h to aap jiska error aa rha h wo return kr de clock ko...fir white page dikhega only because font ka color h wo white h...to ek div ke andar classname dekar background color red ya kuch bhi dalke return kr do ho jayega show
Azhar Khan and Rohit shiler : u could see blank page after ur work right...... Tat blank page has digital clock..... Digital clock color and blank page color ,both s white,,, hence u all can't see it.. but it's there.....
@@vibhavsharma2724 I soved actually it was showing time but I could not see because text color of time text is white and background color is also white
Sir sare NPM package React project pr kaam karte h kya?? ya fir React project k liye specially NPM package hote h? jese apne Clock ko banane k liye React-clock ka use kiya jisme starting me "React" likha h and timer banane k liye bhi React likhaker google pr search kiya..
The error message "Could not find a declaration file for module 'react-digital-clock'" means that TypeScript cannot find the type information for the react-digital-clock module. This can happen if the module does not have a declaration file, or if the declaration file is not installed in the correct location...... bro ye problem aa rahi hain kaise problem ko correct kare plz reply me sir.. jab se Material UI icons par video banaye ho waha se mera program me yahi error bar bar aa raha hain program run nhi karta!
sir you are awesome teacher you teach us very confusing topics of react js in an easy way but i want to say please avoid this boring intro at the start of your video "hello whatsapp guys.................. and batana chahu ga ye hamara 41 video honay ja raha hai..............." and also avoid saying again and again to subscribe Sir, Please dont mind
Bro, I faced the same issue when I installed it globally by running "sudo npm install -g react-digital-clock" , and then I ran in my react-app directory "npm install react-digital-clock". So it showed me an upstream error, what you mentioned as npm ERR ! I thought the local installation is making a conflict with the global installation of react-digital-clock, so to fix this I ran this command to forcefully install it locally: (npm install --force react-digital-clock) , which didn't show any npm ERR! and then I ran (npm audit fix --force) to fix all the vulnerabilites. Everything worked fine then. Try this solution and tell me ifit worked for you :)
The Problem is, clock text is in white color. so you are not able to see it on a white background. It''s not a blank page, it's just a white background with clock time dispalyed in white color which can't be seen because of same color background.
I am getting the following error while installing 'react-digital-clock' in cmd/VSCode terminal through npm: - npm ERR! Found: react@17.0.2 npm ERR! node_modules/react npm ERR! react@"^17.0.2" from the root project npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.0.0" from react-digital-clock@0.1.2 Can anyone figure it out what's the solution on it ?..
Even i am getting same error : Could not resolve dependency: npm ERR! peer react@"^16.0.0" from react-digital-clock@0.1.2 npm ERR! node_modules/react-digital-clock npm ERR! react-digital-clock@"*" from the root project
Sir aapne todolists mein return use nhi kia... Aur chl bhi gya aapka... Mera to error throw horha h fir Mene return use krke chlaya to clock show nhi horha screen prr
npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree ....aisa kuch errror ara h bhai mere m hua ni yar kya hoga.....kasie hoga stack overflow k according version jada h mera any solution?
I had made Instagram account and uploaded videos of whatever I learnt from your channel . instagram.com/p/CA-Dgy6HInV/?igshid=1luhinh1hra4z So thankful for your tutorial . Long live Thapa sir ❤
sir me ye error aa raha h..... /src/App.jsx Line 5:3: Expected an assignment or function call and instead saw an expression no-unused-expressions Search for the keywords to learn more about each error. This error occurred during the build time and cannot be dismissed.
oh i also got the same error "./src/ToDoList.jsx Line 5:5: Expected an assignment or function call and instead saw an expression no-unused-expressions" Can anyone help with this???
Check out Nodejs video for more about NPM ➡️ Node.JS in One Video in Hindi with One Mini Project: ua-cam.com/video/ipnWAKoiBtY/v-deo.html
I was a beginner and watched all your react video
Now I can easily make a website..using react
Sir apne kya e sikha diya.....🙏🙏🙏 Abhiiii maza ayaga na bidu!!!!!!!!!!!!!!!!!!!!!😁😁😁😁😁
If it comes white page..... Just select the white from top to bottom.... U will find clock display... For a second and it will go... To see again u got t reselect entire page and see it...
Thanks , but why this issue occured ???
Solution: App.jsx
-----------------------------
import React from 'react';
import Clock from 'react-digital-clock';
const App = () =>{
return(
);
};
export default App;
Thanks bro
Now, this series excites me more :)
you are doing a great job my cousin likes u very much as he is aspecting node js tutls
Sir i think the code you have written in TOdolist file will through an error as return should used their to display otherwise it will through an error as no function call..
Brother your teaching is excellent and outstanding ❤😍😊👌 Loads of love from me brother. Thank you Very Much 😊
Agar niche vali error aa rhi hai:
ERROR:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: challenges@0.1.0
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR! react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0.0" from react-digital-clock@0.1.2
npm ERR! node_modules/react-digital-clock
npm ERR! react-digital-clock@"*" from the root project
SOLUTION:
npm install react-digital-clock --force
Thanks bro it works
Thanks Bro
Thank you Bhai
sir my npm react-dighital-clock package is not working and it display nothing what i can do?
Superb video sir.
Awesome 😍😍
Sir, can you share the source codes of each and every tutorial.
Because then it will become more attractive and student friendly.
Return na krne ke karan wo error show kr rha h to aap jiska error aa rha h wo return kr de clock ko...fir white page dikhega only because font ka color h wo white h...to ek div ke andar classname dekar background color red ya kuch bhi dalke return kr do ho jayega show
Facing error : Could not find a declaration file for module 'react-digital-clock' . Implicitly has 'any' type
also mi
Azhar Khan and Rohit shiler : u could see blank page after ur work right...... Tat blank page has digital clock..... Digital clock color and blank page color ,both s white,,, hence u all can't see it.. but it's there.....
@@chiranjeevimeti8969 solved now.
Is ur problem solved because i also have the same problem
@@vibhavsharma2724 I soved actually it was showing time but I could not see because text color of time text is white and background color is also white
Loved it 😍
@Mystical Saintsactually mere pass 2 computer hai.
1st computer par to bilkul kaam kar raha tha 😁😁
But 2nd computer par code ne kaam nahi kiya 😭😭
@Mystical Saints but baad me pata chala ki variable ki spelling wrong thi,
Lekin fir bhi kaam nahi kar raha tha
@Mystical Saints fir mughe yaad aaya ki mene import to kiya hi nahi.
Fir import kar diya, fir bhi result nahi aaya 😭😭
@Mystical Saints fir pata chala ki mene "export default" ki jagah "export" type kiya tha
Fir dekha to result aa gaya
What can i do if it is appeared like >>import Clock from 'react-digital-clock '; 10.8k (gzipped: 4k)>>
Sir sare NPM package React project pr kaam karte h kya?? ya fir React project k liye specially NPM package hote h? jese apne Clock ko banane k liye React-clock ka use kiya jisme starting me "React" likha h and timer banane k liye bhi React likhaker google pr search kiya..
The error message "Could not find a declaration file for module 'react-digital-clock'" means that TypeScript cannot find the type information for the react-digital-clock module. This can happen if the module does not have a declaration file, or if the declaration file is not installed in the correct location......
bro ye problem aa rahi hain kaise problem ko correct kare plz reply me sir.. jab se Material UI icons par video banaye ho waha se mera program me yahi error bar bar aa raha hain program run nhi karta!
Thank you dear. It's so helpful.
sir you are awesome teacher
you teach us very confusing topics of react js in an easy way
but i want to say please avoid this boring intro at the start of your video
"hello whatsapp guys.................. and batana chahu ga ye hamara 41 video honay ja raha hai..............."
and also avoid saying again and again to subscribe
Sir, Please dont mind
Please make video series on unit testing using Jest with reactjs. Thank you
Sir NPM ka video bahut acha hai Kya aap please YARN pe bhi ek video bana sakte hai?
sach main awesome video hain
Bhai aapki jo video ha (html from scratch :and (html in one video )
In dono me koi fark ha kya bhai please tell me
Agar hame npm code me changes karna hoto according to user kya kare?
Sir please answer me
my react project not create
it show netwrk error or aborting the all process
it doesn't download any dependencies
please help mee
But Y what is the error.. copy n paste it
Actually this error is (unexpected end of JSON file)
AND another error is npm ERR ! network This is a problem related to network connectivity
@@ThapaTechnical aapka beach main music aata hain vo awesome hain :-)
Bro, I faced the same issue when I installed it globally by running "sudo npm install -g react-digital-clock" , and then I ran in my react-app directory "npm install react-digital-clock". So it showed me an upstream error, what you mentioned as npm ERR !
I thought the local installation is making a conflict with the global installation of react-digital-clock,
so to fix this I ran this command to forcefully install it locally:
(npm install --force react-digital-clock) , which didn't show any npm ERR!
and then I ran (npm audit fix --force) to fix all the vulnerabilites.
Everything worked fine then.
Try this solution and tell me ifit worked for you :)
Vinod bhai clock dikh nahi raha hai browser pae aur naa he koi error show ho ra hai
Bro use css...
Go to index.css and type
* {
color: black;
}
Then you can see the result.
@@सत्यसनातन-ब5व okay Thanks
@@सत्यसनातन-ब5व it's working. Thanks dude..!
Luv u brother ❤
I'm getting blank page after this code
import React from "react";
import Clock from "react-digital-clock";
const App=()=>{
return(
);
};
export default App;
import React from "react";
import ReactDOM from "react-dom";
import App from "./app.jsx";
ReactDOM.render(
,
document.getElementById("root")
);
@Unnat Shaneshwar hanji
@Unnat Shaneshwar 1000+
The Problem is, clock text is in white color. so you are not able to see it on a white background.
It''s not a blank page, it's just a white background with clock time dispalyed in white color which can't be seen because of same color background.
@@taruntanmay9431 Thanks bro for this comment.
I am getting the following error while installing 'react-digital-clock' in cmd/VSCode terminal through npm: -
npm ERR! Found: react@17.0.2
npm ERR! node_modules/react
npm ERR! react@"^17.0.2" from the root project
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0.0" from react-digital-clock@0.1.2
Can anyone figure it out what's the solution on it ?..
Even i am getting same error : Could not resolve dependency:
npm ERR! peer react@"^16.0.0" from react-digital-clock@0.1.2
npm ERR! node_modules/react-digital-clock
npm ERR! react-digital-clock@"*" from the root project
Same error
Bro , I did the as u did in the Vedio
But I am not able to see the clock I mean display
But I can see if I select the space with the mouse
Which editing software are you using?
Best explained 💯✌🏻
@Mystical Saints add inside tag and give it background color it will display
nahi aa rahi hai clock
Mobile mei dekh le time
@@yashrajak4856 🤣
another superb video
Sir aapne todolists mein return use nhi kia... Aur chl bhi gya aapka... Mera to error throw horha h fir Mene return use krke chlaya to clock show nhi horha screen prr
Same just abhi mene bhi kiya clock show nhi ho rhi
Look again... jo import kiya vo alag h a(ToDoLists) nd jo export kiya vo alag h (TodoLists).. Galat video hai
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree ....aisa kuch errror ara h bhai mere m hua ni yar kya hoga.....kasie hoga stack overflow k according version jada h mera any solution?
please type in cmd npm install react-digital-clock --legacy-peer-deps
sir, i am getting my time in component field but not on the screen why?
same here..but how he sees it in good style
Sir, which is faster using npm digital clock or which you made manually???
6:34 ye window nh open ho rhi npm init krne k baad please someone help
if you use -y flag then it will not ask for anything. You can use npm init only.
@@razeev4685 thnx buddy
sir only vanila js ke sath require work nahi kar raha hai
Can we use this in corporate word ,on live projects?
Sir clock dikh nai raha inspite of using return and
i am also facing the same prroblem
@LOVEDEEP Singh Thanks man... Job done
Kyuki clock ka color css me white diya hu isiliye background se match hojarha wha jaake change krlo inspect krke😅
till 47 tutorial i was like : How hard is creating websites..
now: WTF its so simple ..everything is pre defined
Sir mera blank dikha rha kuch problem v nhi aa rha console mai please help 🙏
select the space with the mouse
Bhai custom video player kaise banate hai website me?
in my systeam mui is not install i try to many time but all time it fail plz... help me
i have some problem ion installing npm.... my windows powewshell is showing red error....
can you help me??
Same thing happning with my windows powershell :(
@@apekshahande3544 I resolved the issue by self😊
@@dipkohli5067 how?
@@falgunikhandelwal9910 currently I can't remember it but send the SC i will cheak
Plzz cover full react hooks and redux and also with express
Very well explsined
Thapa sir, make one vedio on file uploading in encryption and decryption.
hello sir, we need more information on npm 10 min project because I need to learn more about how to use npm website in our project to do fast codding.
Please tell me
How to use material UI components in react js.
Especially
Menu
Navigation
Etc
Hello sir react js using bootstrap4 website development ka video share karo sir
Awesome 👍
fix the upstream dependency aa raha hai error
Please make video of making website full project using npm packages.
Bhai aap recchbox pe video bnao na..or API ka bhi video bnana is series me
why u are not returning ???
Agar ye video samaj aa Gaya to tum Ionic mobile app framework easily samaj javoge. Bs module install Karo auro use Karo bs etana hi hai.
Sir g install nhi ho rha react npm error aarha hai
Superb
good tutorial, very inspiring
thank you bro :)
@Mystical Saints same bro...whats the solution
@@ThapaTechnical why the instollation of nmp is coming error in cmd please give me the solution
how we can style this clock?
plz make Shopify full learn tutorials...
Sir node js ke video kab se start
mathod is not available with component
This component can't work, but why?
npm is a part of reach
thapa - good achhi baat h 😂
no, NPM stands for Node Package Manager
thank you so much sir
mera npm digital clock install ni ho ra
How can we style the component?
thanks a lot bro...
How to use css in this ?
I had made Instagram account and uploaded videos of whatever I learnt from your channel .
instagram.com/p/CA-Dgy6HInV/?igshid=1luhinh1hra4z
So thankful for your tutorial .
Long live Thapa sir ❤
plz start a series front end react amd for back-end use php
make make tutorial on that
Thanks Sir :)
Wow!😍
@Mystical Saints i am also getting same issue
Please make on series Flux and mobx state management
Thankuu sir
Does local host 5000 get automatically opened
localhost:3000 probably
Sir k ohape patanehi kiu error araha he
return it
Badhya🤩
Badhiya!😂
@@tasneemkhan1405 🤫
Please make canvas tutorials Also please 🙏🙏🙏🙏
Module not found a rha
Sir ek video change password using Gmail
Awesome
bhai 1 whatsapp clone pe video banao n bhai...please bhai 1 hi video me bata dena pura clone please bhai
I didn't got the output !
Mere ko react js sikhna hai help kro sir kya kru mai
time nikaal kr 1 glass pani main doob k mar jao ,, -_-
Sir can you make a website for chatting. Please sir it is very important.
Plz create npm image magnify like Amazon product page step by step
I didn't get this output please solve my problem sir
@Mystical Saints use css file . target -- #root span{
color:blue;
}
Bhaiya mere mai error aa rha hai
How to get job in reactjs fresher level
thank you dada
Nice
sir me ye error aa raha h.....
/src/App.jsx
Line 5:3: Expected an assignment or function call and instead saw an expression no-unused-expressions
Search for the keywords to learn more about each error.
This error occurred during the build time and cannot be dismissed.
bro same porblem hai...apko solution mila koi..??
oh i also got the same error "./src/ToDoList.jsx
Line 5:5: Expected an assignment or function call and instead saw an expression no-unused-expressions"
Can anyone help with this???
use this code
import React from "react";
import Clock from 'react-digital-clock';
const DigitalClock = () => {
return(
);
};
export default DigitalClock;
Sir i request you. can you upload the tutorial of node js.
he has already uploaded.