Great video! I have finally run my project after wasting so many time, thank you.
@prachijain9602 Жыл бұрын
I have window operating system and this commands is not running in my command prompt
@sangamparmar45565 ай бұрын
run in vs code terminal bro
@mechscitech62275 ай бұрын
@@sangamparmar4556 not works
@shubhambisht9637 Жыл бұрын
if i want to use mongodb compass instead of online atlas then how to do?
@diyapatel44492 жыл бұрын
can u pls help me run my project? i am stuck
@differentytaadi81829 ай бұрын
hye i need your help please am not able to clone
@rolytyagi4623 Жыл бұрын
It's done tq so much
@diyapatel44492 жыл бұрын
if we could connect on a google meet/ zoom meeting
@vaibhavsharma3082 жыл бұрын
hey tumhara chala.?
@diyapatel44492 жыл бұрын
@@vaibhavsharma308 yess! thankyou
@vivekkpatill Жыл бұрын
hello i need ur help i saw a video on ur channel its regarding that... pls tell a way to connect w you
@taraystar1673 Жыл бұрын
@vaibhav Sharma bro can help me to run the project
@bipashasingha4986 Жыл бұрын
Mongodb connection fail why🥲
@TradingBloke Жыл бұрын
-a -1 doesnt work in my npm
@dvlopment Жыл бұрын
Hi, "-a -1" is a two options to the "ls" command in Linux operating system. And "npm" is the default package manager for the Node.js. These options do not apply to the package manager.
@prachijain9602 Жыл бұрын
Can I use this commands in window
@karthiks174110 ай бұрын
In vs code terminal u can run it
@harshitahardiya69468 ай бұрын
did it work?
@shailesh55142 жыл бұрын
thanks
@diyapatel44492 жыл бұрын
npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /Users/diyapatel/Desktop/KJSCE/mern/HEIN.-master/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/Users/diyapatel/Desktop/KJSCE/mern/HEIN.-master/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent this is the error
@sohammane6587 Жыл бұрын
This is because your package.json file is not in root directory that file must be on some other folder Step 1: search for package.json file and shift it from that folder to root directory that is directly inside the main folder it should not be inside any sub folders Step 2: give command npm install
@Codebreaker0702 Жыл бұрын
@@sohammane6587After npm run I'm getting test echo "Error: no test specified" and exit 1 available via npm run-script qwerty nodemon app. Js Any idean what to do next ?