-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Bugthing that needs fixingthing that needs fixingRelease 6.xwork is associated with a specific npm 6 releasework is associated with a specific npm 6 release
Description
Current Behavior:
$ npm i -S [email protected]
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://npm.community>
npm ERR! A complete log of this run can be found in:
npm ERR! /home/eric/.npm/_logs/2021-01-12T16_36_47_562Z-debug.log
the log file:
0 info it worked if it ends with ok
1 verbose cli [
1 verbose cli '/home/eric/packages/node-v14.6.0-linux-x64/bin/node',
1 verbose cli '/home/eric/packages/node-v14.6.0-linux-x64/bin/npm',
1 verbose cli 'i',
1 verbose cli '-S',
1 verbose cli '[email protected]'
1 verbose cli ]
2 info using [email protected]
3 info using [email protected]
4 verbose npm-session 4621cbe53eb96d18
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 http fetch GET 304 https://registry.npmjs.org/react-native-webview 182ms (from cache)
8 timing npm Completed in 12753ms
9 error cb() never called!
10 error This is an error with npm itself. Please report this error at:
11 error <https://npm.community>
Expected Behavior:
I expect the module to be installed without an error.
Steps To Reproduce:
In a project with [email protected] already installed run npm i -S [email protected]
and see error.
Environment:
Ubuntu 18.04
[email protected]
[email protected]
Metadata
Metadata
Assignees
Labels
Bugthing that needs fixingthing that needs fixingRelease 6.xwork is associated with a specific npm 6 releasework is associated with a specific npm 6 release