vert-x3 / vertx-stack

Vert.x stack
Apache License 2.0
120 stars 48 forks source link

Can't "npm install vertx3-full" #112

Closed Barbiero closed 2 years ago

Barbiero commented 4 years ago

Version

latest (3.9.2)

Context

I tried to "npm install" the vertx package, but after fetching the package from NPM it just stops and won't ever complete. Other packages(such as react) install correctly. It feels like npm entered some sort of infinite loop.

See detailed log:

>npm i -dd "vertx3-full"

npm info it worked if it ends with ok
npm verb cli [
npm verb cli   'C:\\Program Files\\nodejs\\node.exe',
npm verb cli   'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
npm verb cli   'i',
npm verb cli   '-dd',
npm verb cli   'vertx3-full'
npm verb cli ]
npm info using npm@6.14.6
npm info using node@v12.18.3
npm verb npm-session 67e5d61478a3615e
npm http fetch GET 200 https://registry.npmjs.org/vertx3-full 1656ms
[..................] - rollbackFailedOptional: http fetch GET 200 https

(after this point, the cli just stops and I need to interrupt it to leave)

Steps to reproduce

Simply create a new folder and execute these commands:

npm init
npm i vertx3-full

Extra

My environment: Windows 10 PRO, Poweshell 7.0.3. This happened with node v12.18.3 (Latest LTS). This behavior also occurs on ubuntu 20.04, with node v10, v12 and v14. Seems to be consistent behavior all around.