Hello, I am new to aurelia , I installed aurelia using command line npm install aurelia-cli -g
successfully. I created demo project with typescript app. But while installing dependencies npm install
I am getting error as shown below.
“npm ERR! Unexpected end of JSON input while parsing near '…0.1.10”},"devDependen’ "
I am trying this in windows and my node version is : 10.16.3 and npm version is : 6.9.0
Any help is appreciated