hapijs / good

hapi process monitoring
Other
525 stars 160 forks source link

npm ERR! #598

Closed shabankayitare closed 5 years ago

shabankayitare commented 5 years ago

hello there anybody can help handling this issue? :\Users\Teacher\Desktop\challenge\app>npm test npm ERR! file C:\Users\Teacher\Desktop\challenge\package.json npm ERR! code EJSONPARSE npm ERR! JSON.parse Failed to parse json npm ERR! JSON.parse Unexpected string in JSON at position 48 while parsing '{ npm ERR! JSON.parse "name": "challenge", npm ERR! JSON.parse "version": "1' 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\Teacher\AppData\Roaming\npm-cache_logs\2018-11-10T11_49_26_586Z-debug.log

Marsup commented 5 years ago

Your own package.json is invalid, you have a syntax problem, nothing to do with this module.

shabankayitare commented 5 years ago

@Marsup so what I can I do for this? recreating a json and re install all needed npm?

Marsup commented 5 years ago

Look at it and locate the error, the file is not that big.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.