No video

npm err missing script start solved | Npm start not working in node js

  Рет қаралды 67,766

United Top Tech

United Top Tech

Күн бұрын

How to fix npm ERR! missing script: "start" error in node js is shown

Пікірлер: 52
@user-gx3uy1tn3x
@user-gx3uy1tn3x Жыл бұрын
Thank you for the video. My issue was that I didn't save the changes. You were the only one who said to save changes or it doesn't work. Thank you!
@brunasantos-fv5ux
@brunasantos-fv5ux Жыл бұрын
same here been trying to figure it out for hours
@heraldoanonimo8562
@heraldoanonimo8562 3 ай бұрын
@@brunasantos-fv5ux SAMEEEEEE
@WeirdestKalpaaa
@WeirdestKalpaaa 8 күн бұрын
Same 😭
@karitayade3354
@karitayade3354 3 ай бұрын
its so sos useful video ....i m struggling last 1 month in this error ..............thank you so much
@unitedtoptech6288
@unitedtoptech6288 3 ай бұрын
Most welcome 😊
@vincentff9198
@vincentff9198 Жыл бұрын
Sir I don't have scripts in my package .json
@nitinsingh6556
@nitinsingh6556 Жыл бұрын
Same
@stevenmatetcho3229
@stevenmatetcho3229 Жыл бұрын
Same
@paarthkothari5966
@paarthkothari5966 11 ай бұрын
Thank you so much, You've saved my hours man!
@unitedtoptech6288
@unitedtoptech6288 11 ай бұрын
Glad I could help!
@naveenpraveen2678
@naveenpraveen2678 4 ай бұрын
whenever i create a react app no .js file is created and i also get the error that the "start" is missing only the package.json and the package_block.json file is created
@unitedtoptech6288
@unitedtoptech6288 4 ай бұрын
what command are you using to create ?
@thefoenix925
@thefoenix925 10 ай бұрын
Worked, shout out to you.
@unitedtoptech6288
@unitedtoptech6288 10 ай бұрын
Glad it helped
@holistictube333
@holistictube333 10 ай бұрын
I've tried it . still not working.... not able to even start my project properly can someone help??
@unitedtoptech6288
@unitedtoptech6288 10 ай бұрын
Are you facing this in a new react project or existing one?
@sauravsirswal15
@sauravsirswal15 Ай бұрын
did the same exact steps the basic code which i wrote in in the index.js file const express = require('express') const app = express() const port = 3025 app.get('/', (req, res) => { res.send('Hello World!') }) app.listen(port, () => { console.log(`Example app listening on port ${port}`) }) after writing npm start it gives me only: > backendd@1.0.0 start > node index.js and that's it no port was mentioned in this , and after i tried to run: node index.js i get absolutely nothing and the terminal gets exit for new block of command, please help
@unitedtoptech6288
@unitedtoptech6288 Ай бұрын
try running node filename.js to run
@MM-ki4dg
@MM-ki4dg 5 ай бұрын
npm run dev work nahi karaha hai first day to open ho raha tha lekin aaj open kiya to run nahi horaha hai
@unitedtoptech6288
@unitedtoptech6288 5 ай бұрын
check the folder path in your terminal, if react project is there
@deepanshugoyal1250
@deepanshugoyal1250 Жыл бұрын
sir I am having error Module Not found for npm -v ,but node -v is working well , can u help me out ?
@unitedtoptech6288
@unitedtoptech6288 Жыл бұрын
pls check the module name that you are trying to install
@mrlord8519
@mrlord8519 Жыл бұрын
Won't nodemon be enough for that but isn't working for me
@unitedtoptech6288
@unitedtoptech6288 Жыл бұрын
U need to have the right path specified in that too
@user-bx3zu1xd9o
@user-bx3zu1xd9o 3 ай бұрын
adding start giving error , then what shoud do ? sir , pls help 🙏🙏🙏
@unitedtoptech6288
@unitedtoptech6288 3 ай бұрын
Can you paste the full error here?
@user-bx3zu1xd9o
@user-bx3zu1xd9o 3 ай бұрын
@@unitedtoptech6288 solved , Thank you for your response.
@unitedtoptech6288
@unitedtoptech6288 3 ай бұрын
Cool
@salimmazariboufares3118
@salimmazariboufares3118 3 ай бұрын
last thing I was expecting is to save the file.
@unitedtoptech6288
@unitedtoptech6288 3 ай бұрын
So did it work?
@niladryshekharray5885
@niladryshekharray5885 3 ай бұрын
My problem is not solved, but thanks for the video.
@unitedtoptech6288
@unitedtoptech6288 3 ай бұрын
This worked for many and its a common solution
@chadhabits6638
@chadhabits6638 2 ай бұрын
still the same problem
@unitedtoptech6288
@unitedtoptech6288 2 ай бұрын
It worked for me, or try creating a new react project?
@hendyboy
@hendyboy 11 ай бұрын
Sir thank you thank you so much 🎉❤❤
@unitedtoptech6288
@unitedtoptech6288 11 ай бұрын
Most welcome!!!
@manishachauhan3006
@manishachauhan3006 Жыл бұрын
Thank you so much 😊
@unitedtoptech6288
@unitedtoptech6288 Жыл бұрын
Welcome!!
@bestvalorantmoves7098
@bestvalorantmoves7098 7 ай бұрын
Thank you broo.
@unitedtoptech6288
@unitedtoptech6288 7 ай бұрын
You're welcome!
@EVideoS-c4i
@EVideoS-c4i Жыл бұрын
thank you brother
@ABCDEFGH-xm1ej
@ABCDEFGH-xm1ej 6 ай бұрын
That help me alot
@unitedtoptech6288
@unitedtoptech6288 6 ай бұрын
glad it worked!
@amaanullah13
@amaanullah13 Жыл бұрын
Thankyou SIr
@unitedtoptech6288
@unitedtoptech6288 4 ай бұрын
welcome sir
@MohitKumar-xv2vc
@MohitKumar-xv2vc Жыл бұрын
Thanks a lot !!!!!
@unitedtoptech6288
@unitedtoptech6288 Жыл бұрын
No worries!
@saurabhpatel6573
@saurabhpatel6573 7 ай бұрын
Thank you bro ❤
@unitedtoptech6288
@unitedtoptech6288 7 ай бұрын
Welcome 😊
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 28 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 12 МЛН
npm start error in React (SOLVED)
2:06
ByteGrad
Рет қаралды 32 М.
'MODULE_NOT_FOUND' in node js
3:56
WEB talks
Рет қаралды 27 М.
Always Check for the Hidden API when Web Scraping
11:50
John Watson Rooney
Рет қаралды 619 М.
5 Must Know JavaScript Features That Almost Nobody Knows
18:06
Web Dev Simplified
Рет қаралды 475 М.