Can't install Aurelia dependencies

I try to create a new aurelia project and install all the dependencies then i face the below error.

Installing project dependencies.
Uncaught promise rejection:hMetadata: sill fetchPackageMetaData error for webpack-dev-server@^3.1.1 Unexpected end of JSON input while parsing near ‘…e,“directories”:{},"d’
{ SyntaxError: Unexpected end of JSON input while parsing near ‘…ls":“2.11.2”,"datefor’
at JSON.parse ()
at parseJson (C:\Users\binyam\AppData\Roaming\npm\node_modules\aurelia-cli\node_modules\npm\node_modules\pacote\node_modules\make-fetch-happen\node_modules\node-fetch-npm\node_modules\json-parse-better-errors\index.js:7:17)
at consumeBody.call.then.buffer (C:\Users\binyam\AppData\Roaming\npm\node_modules\aurelia-cli\node_modules\npm\node_modules\pacote\node_modules\make-fetch-happen\node_modules\node-fetch-npm\src\body.js:96:50)
at process._tickCallback (internal/process/next_tick.js:68:7) parent: ‘test1’ }

1 Like

I downgrade to version 0.32.0 and it works fine

1 Like

Looks like the default NodeJS file locations. Please advise version of NodeJS installed. Is this LTS or latest download?

1 Like

Please, Let me know any solution, I am also facing the same issue

1 Like