rishz / URL-Shortener

A URL-Shortener created using Node-JS and synced with Firebase Database.
MIT License
92 stars 1.1k forks source link

Showing this error how to solve it ? #202

Open gauravkumarjha442 opened 3 years ago

gauravkumarjha442 commented 3 years ago

npm ERR! code ELIFECYCLE npm ERR! errno 3221226505 npm ERR! urlshortener@1.0.0 start: node server.js npm ERR! Exit status 3221226505 npm ERR! npm ERR! Failed at the urlshortener@1.0.0 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\GAURAV KUMAR JHA\AppData\Roaming\npm-cache_logs\2021-01-29T19_47_03_491Z-debug.log

imtiyaj786 commented 3 years ago

You have to Install Node.js and NPM from Browser. by using this command nmp is install npm install -g npm

gauravkumarjha442 commented 3 years ago

You have to Install Node.js and NPM from Browser. by using this command nmp is install npm install -g npm

thanks , Now not showing any error . But when run this using "npm start" cmd , after some time it auto terminated,what to do for that?

imtiyaj786 commented 3 years ago

Yes when you run this command its work from spacific time. So when its terminated you have to do same "npm start"

gauravkumarjha442 commented 3 years ago

ok thanks,