Asked 6 years ago
11 Nov 2017
Views 2238
denyy

denyy posted

Error : Failed to parse json for Electron Js

i got the error when i try to run electron



npm ERR! file D:\node\electron\package.json
npm ERR! code EJSONPARSE
npm ERR! Failed to parse json
 pm ERR! Unexpected token ? in JSON at position 0 while parsing near '??
npm ERR!  '
npm ERR! File: D:\test\node\electron\package.json
npm ERR! Failed to parse package.json data.
npm ERR! package.json must be actual JSON, not just JavaScript.
npm ERR!
npm ERR! Tell the package author to fix their package.json file. JSON.parse

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\AppData\Roaming\npm-cache\_logs\2017-11-12T01_20_56_
303Z-debug.log

so how to solve Failed to parse json for Electron js
Mitul Dabhi

Mitul Dabhi
answered Nov 30 '-1 00:00


npm cache clean

clean cache .it should work
Post Answer