Social-Media-App
Social-Media-App copied to clipboard
Error with npm start
PS C:\Users\Admin\Downloads\Social-Media-App> npm start npm ERR! file C:\Users\Admin\Downloads\Social-Media-App\package.json npm ERR! JSON.parse Failed to parse json npm ERR! JSON.parse Unexpected end of JSON input while parsing near '' npm ERR! JSON.parse Failed to parse package.json data. npm ERR! JSON.parse package.json must be actual JSON, not just JavaScript.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Admin\AppData\Roaming\npm-cache_logs\2021-06-30T16_32_17_217Z-debug.log PS C:\Users\Admin\Downloads\Social-Media-App> npm uninstall npm ERR! code EJSONPARSE npm ERR! file C:\Users\Admin\Downloads\Social-Media-App\package.json npm ERR! JSON.parse Failed to parse json npm ERR! JSON.parse Unexpected end of JSON input while parsing near '' npm ERR! JSON.parse Failed to parse package.json data. npm ERR! JSON.parse package.json must be actual JSON, not just JavaScript.
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Admin\AppData\Roaming\npm-cache_logs\2021-06-30T16_33_28_658Z-debug.log
I think you didnt installed the required dependies from package .json before running 'npm start' . just run ' npm i ' and wait for dependencies to install