Skip to content

[BUG] error cb() never called! #1671

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
vo-mary-PFG opened this issue Aug 13, 2020 · 3 comments
Closed

[BUG] error cb() never called! #1671

vo-mary-PFG opened this issue Aug 13, 2020 · 3 comments
Labels
Bug thing that needs fixing Release 6.x work is associated with a specific npm 6 release

Comments

@vo-mary-PFG
Copy link

vo-mary-PFG commented Aug 13, 2020

Current Behavior:

When attempting to run: npm install -g aws-azure-login, I received the following error:
0 info it worked if it ends with ok
1 verbose cli [
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 'npmc@latest',
1 verbose cli '--global',
1 verbose cli '--prefix',
1 verbose cli 'C:\Users\v123361\AppData\Roaming\npm-cache\_npx\17092',
1 verbose cli '--loglevel',
1 verbose cli 'error',
1 verbose cli '--json'
1 verbose cli ]
2 info using npm@6.14.6
3 info using node@v12.18.3
4 verbose npm-session ad9b7e47a70f69d7
5 silly install loadCurrentTree
6 silly install readGlobalPackageData
7 http fetch GET 407 https://registry.npmjs.org/npmc 174ms
8 timing npm Completed in 964ms
9 error cb() never called!
10 error This is an error with npm itself. Please report this error at:
11 error https://npm.community

I have tried:
npm cache clean --force

Expected Behavior:

Steps To Reproduce:

Open command prompt
Execute: npm install -g aws-azure-login

Environment:

@darcyclarke darcyclarke added Bug thing that needs fixing Release 6.x work is associated with a specific npm 6 release Needs Triage needs review for next steps labels Aug 14, 2020
@ne-cgi
Copy link

ne-cgi commented Aug 19, 2020

The same occurs in trying to install "newman"

Steps to Reproduce
Open command prompt
Execute command: npm install -g newman

@Jay-Shu
Copy link

Jay-Shu commented Aug 19, 2020

This same occurs when installing oidc-provider
With a mess of 2130 warn tar ENOSPC: no space left on device

Execute command: npm install oidc-provider

@vo-mary-PFG
Copy link
Author

I uninstalled npm and nodejs and reinstalled. This seem to fix my issue

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Bug thing that needs fixing Release 6.x work is associated with a specific npm 6 release
Projects
None yet
Development

No branches or pull requests

4 participants