0

npm ERR! Unexpected end of JSON input while parsing near '...ncies":{"jscs":"^1.6.'

npm ERR! A complete log of this run can be found in:

npm ERR! C:\Users\DHRUV SUTHAR\AppData\Roaming\npm-cache_logs\2020-06-24T06_01_23_323Z-debug.log

  • 1
    can you give us a little more explanation? like what code you're using to install node modules? what version of node you have? what is your windows version? – CodeBug Jun 24 '20 at 06:29

1 Answers1

0

Try: npm cache clean --force See https://docs.npmjs.com/cli/cache.html

PhuLuong
  • 527
  • 4
  • 11
  • Great @DhruvSuthar. If my answer is the solution so You should mark it as accepted answer. Thank you :) https://stackoverflow.com/help/someone-answers – PhuLuong Jun 25 '20 at 03:43