Unexpected end use npm given installation depends of JSON input while parsing near '... p6YDPTlDTBt4AkVcPlJX3'

The reason given is a matter of pack-lock.json file version numbers, that is the question npm package cache

 

The solution is to remove npm package cache

npm cache clean --force

 

Guess you like

Origin www.cnblogs.com/zhang-jiao/p/11059020.html