Skip to content

Instantly share code, notes, and snippets.

@ZaneWithSpoon
Created January 20, 2016 05:11
Show Gist options
  • Save ZaneWithSpoon/4402ee5169f095f67b5b to your computer and use it in GitHub Desktop.
Save ZaneWithSpoon/4402ee5169f095f67b5b to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'uninstall',
1 verbose cli '--save',
1 verbose cli 'hxpixijs' ]
2 info using npm@3.5.3
3 info using node@v5.4.1
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly install normalizeTree
8 silly loadCurrentTree Finishing
9 silly loadIdealTree Starting
10 silly install loadIdealTree
11 silly cloneCurrentTree Starting
12 silly install cloneCurrentTreeToIdealTree
13 silly cloneCurrentTree Finishing
14 silly loadShrinkwrap Starting
15 silly install loadShrinkwrap
16 silly loadShrinkwrap Finishing
17 silly loadAllDepsIntoIdealTree Starting
18 silly uninstall loadAllDepsIntoIdealtree
19 verbose stack Error: Missing required argument #3
19 verbose stack at replaceModule (/usr/local/lib/node_modules/npm/lib/install/deps.js:438:3)
19 verbose stack at /usr/local/lib/node_modules/npm/lib/install/deps.js:234:7
19 verbose stack at Array.forEach (native)
19 verbose stack at exports.removeDeps (/usr/local/lib/node_modules/npm/lib/install/deps.js:230:8)
19 verbose stack at Array.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8)
19 verbose stack at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:14)
19 verbose stack at chain (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:20:5)
19 verbose stack at Uninstaller.loadAllDepsIntoIdealTree (/usr/local/lib/node_modules/npm/lib/uninstall.js:72:3)
19 verbose stack at Array.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8)
19 verbose stack at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:14)
20 verbose cwd /Users/zane/Documents/code/diymusic/.flint
21 error Darwin 15.2.0
22 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "uninstall" "--save" "hxpixijs"
23 error node v5.4.1
24 error npm v3.5.3
25 error code EMISSINGARG
26 error typeerror Error: Missing required argument #3
26 error typeerror at replaceModule (/usr/local/lib/node_modules/npm/lib/install/deps.js:438:3)
26 error typeerror at /usr/local/lib/node_modules/npm/lib/install/deps.js:234:7
26 error typeerror at Array.forEach (native)
26 error typeerror at exports.removeDeps (/usr/local/lib/node_modules/npm/lib/install/deps.js:230:8)
26 error typeerror at Array.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8)
26 error typeerror at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:14)
26 error typeerror at chain (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:20:5)
26 error typeerror at Uninstaller.loadAllDepsIntoIdealTree (/usr/local/lib/node_modules/npm/lib/uninstall.js:72:3)
26 error typeerror at Array.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/slide/lib/bind-actor.js:15:8)
26 error typeerror at LOOP (/usr/local/lib/node_modules/npm/node_modules/slide/lib/chain.js:15:14)
27 error typeerror This is an error with npm itself. Please report this error at:
27 error typeerror <http://github.com/npm/npm/issues>
28 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment