While installing node packages we sometime encounter following error:-
HOW TO SOLVE "UNEXPECTED END OF JSON INPUT WHILE PARSING NEAR '...6ECD3B626F9C1F57494ED' "

To solve this error run following command:
npm cache clean --force
This command will clean any cache created when process of installing package with node got failed.