если это весь ваш pcakage.json, вы не видите «}» в конце файла
Я удалил nodeJs ad повторно установить его снова, и я использовал npm cache clean --force и не работал, и я использовал npm set registry https://registry.npmjs.org/ ничего не работало
пожалуйста, помогите мне с этим, если кто-то исправил ту же ошибку до
npm ERR! file E:CoursesExpressproject
odeauthpackage.json
npm ERR! code EJSONPARSE
npm ERR! JSON.parse Failed to parse json
npm ERR! JSON.parse Unexpected end of JSON input while parsing near '...ejs":"2.6.1"
npm ERR! JSON.parse }
npm ERR! JSON.parse '
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:UsersOmarBazAppDataRoaming
pm-cache\_logs2018-06-23T18_04_08_578Z-debug.log
мой файл package.json
{
"name": "inside",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"connect-flash": "*",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-messages": "*",
"express-session": "^1.15.6",
"express-validator": "*",
"http-errors": "~1.6.2",
"mongodb": "*",
"mongoose": "*",
"morgan": "~1.9.0",
"multer": "*",
"passport": "*",
"passport-http": "*",
"passport-local": "*",
"pug": "2.0.3",
"serve-favicon": "^2.5.0",
"ejs":"2.6.1"
}
node.js,npm,npm-request,npm-start,