4
I’m trying to install a simple package with NPM, but the installation doesn’t start, always stops at the same place.
C:\Users\Gabriel>npm install -g luaparse --verbose
npm info it worked if it ends with ok
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 'install',
npm verb cli '-g',
npm verb cli 'luaparse',
npm verb cli '--verbose' ]
npm info using [email protected]
npm info using [email protected]
npm verb install initial load of C:\Users\Gabriel\AppData\Roaming\npm\package.json
npm verb readDependencies loading dependencies from C:\Users\Gabriel\AppData\Roaming\npm\package.json
npm verb cache add spec luaparse
npm verb addNamed "*" is a valid semver range for luaparse
npm verb addNameRange registry:https://registry.npmjs.org/luaparse not in flight; fetching
npm verb request uri https://registry.npmjs.org/luaparse
npm verb request no auth needed
npm info attempt registry request try #1 at 16:34:25
npm verb request id 197979e946371ad9
npm http request GET https://registry.npmjs.org/luaparse
-
I’ve tried other packages, and the same thing happens. Before I tried with version 4.6 and 4.5 of Node.js, but I think the problem is in my computer, if you can give a light, I thank you.
Edit: When I was having this problem, I could not drip on any ip/address, today I managed to drip, and still can not download anything.
Edit: I installed Node.js 6.19, and it has a new line when I try the same command:
[..................] - normalizeTree: http request GET http://registry.npmjs.org/luaparse
That’s where it stops.
Please avoid long discussions in the comments; your talk was moved to the chat
– Maniero