Created
June 19, 2017 17:33
-
-
Save mateo-leal/7692bdb5a338f761d9eedc8a740deaf5 to your computer and use it in GitHub Desktop.
Yarn uninstalling global error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 'uninstall', | |
| 1 verbose cli '-g', | |
| 1 verbose cli 'yarn' ] | |
| 2 info using npm@5.0.3 | |
| 3 info using node@v8.1.1 | |
| 4 verbose npm-session 8f3462521a7d779c | |
| 5 silly install loadCurrentTree | |
| 6 silly install readGlobalPackageData | |
| 7 silly install loadIdealTree | |
| 8 silly install cloneCurrentTreeToIdealTree | |
| 9 silly install loadShrinkwrap | |
| 10 silly uninstall loadAllDepsIntoIdealTree | |
| 11 silly install loadAllDepsIntoIdealTree | |
| 12 error cb() never called! | |
| 13 error This is an error with npm itself. Please report this error at: | |
| 14 error <https://github.com/npm/npm/issues> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment