ansible / ansible-modules-extras

Ansible extra modules - these modules ship with ansible
947 stars 1.47k forks source link

installing npm mongodb error #3720

Closed dev-rozaq closed 7 years ago

dev-rozaq commented 7 years ago

npm ERR! Unexpected end of input at 1:22614 npm ERR! ctories":{},"dist":{"shasum":"d19996ea68175cf03b1d2b95e77a33e991f385d npm ERR!

dev-rozaq commented 7 years ago

0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'install', 1 verbose cli 'mongodb' ] 2 info using npm@5.0.3 3 info using node@v8.1.4 4 verbose npm-session d9e08610e3ab592f 5 silly install loadCurrentTree 6 silly install readLocalPackageData 7 http fetch GET 200 https://registry.npmjs.org/mongodb 23ms (from cache) 8 silly pacote tag manifest for mongodb@latest fetched in 71ms 9 silly install loadIdealTree 10 silly install cloneCurrentTreeToIdealTree 11 silly install loadShrinkwrap 12 silly install loadAllDepsIntoIdealTree 13 silly resolveWithNewModule mongodb@2.2.31 checking installable status 14 http fetch GET 200 https://registry.npmjs.org/es6-promise 33ms (from cache) 15 http fetch GET 200 https://registry.npmjs.org/readable-stream 34ms (from cache) 16 http fetch GET 200 https://registry.npmjs.org/mongodb-core 35ms (from cache) 17 silly fetchPackageMetaData error for mongodb-core@2.1.15 Unexpected end of input at 1:22614 17 silly fetchPackageMetaData ctories":{},"dist":{"shasum":"d19996ea68175cf03b1d2b95e77a33e991f385d 17 silly fetchPackageMetaData ^ 18 silly pacote version manifest for es6-promise@3.2.1 fetched in 54ms 19 silly resolveWithNewModule es6-promise@3.2.1 checking installable status 20 silly pacote version manifest for readable-stream@2.2.7 fetched in 55ms 21 silly resolveWithNewModule readable-stream@2.2.7 checking installable status 22 verbose stack SyntaxError: Unexpected end of input at 1:22614 22 verbose stack ctories":{},"dist":{"shasum":"d19996ea68175cf03b1d2b95e77a33e991f385d 22 verbose stack ^ 22 verbose stack at Object.parseJSON (C:\Program Files\nodejs\node_modules\npm\node_modules\pacote\node_modules\make-fetch-happen\node_modules\node-fetch-npm\node_modules\json-parse-helpfulerror\node_modules\jju\lib\parse.js:745:13) 22 verbose stack at parse (C:\Program Files\nodejs\node_modules\npm\node_modules\pacote\node_modules\make-fetch-happen\node_modules\node-fetch-npm\node_modules\json-parse-helpfulerror\index.js:10:13) 22 verbose stack at consumeBody.call.then.buffer (C:\Program Files\nodejs\node_modules\npm\node_modules\pacote\node_modules\make-fetch-happen\node_modules\node-fetch-npm\src\body.js:96:50) 22 verbose stack at 22 verbose stack at process._tickCallback (internal/process/next_tick.js:169:7) 23 verbose cwd D:\project\test 24 verbose Windows_NT 10.0.15063 25 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "mongodb" 26 verbose node v8.1.4 27 verbose npm v5.0.3 28 error Unexpected end of input at 1:22614 28 error ctories":{},"dist":{"shasum":"d19996ea68175cf03b1d2b95e77a33e991f385d 28 error ^ 29 verbose exit [ 1, true ]

dev-rozaq commented 7 years ago

anyone can help me

ansibot commented 7 years ago

This repository has been locked. All new issues and pull requests should be filed in https://github.com/ansible/ansible

Please read through the repomerge page in the dev guide.