Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

match called on array of man page files (string expected) #2918

Closed
eschulte opened this issue Nov 1, 2012 · 0 comments
Closed

match called on array of man page files (string expected) #2918

eschulte opened this issue Nov 1, 2012 · 0 comments
Labels

Comments

@eschulte
Copy link

eschulte commented Nov 1, 2012

The result of trying to uninstall a package which has an array of multiple man pages specified in its package.json.

npm ERR! TypeError: Object #<Object> has no method 'match'
npm ERR!     at /usr/lib/node_modules/npm/lib/unbuild.js:79:24
npm ERR!     at /usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:54:35
npm ERR!     at Array.forEach (native)
npm ERR!     at /usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:54:11
npm ERR!     at Array.forEach (native)
npm ERR!     at asyncMap (/usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:53:8)
npm ERR!     at rmMans (/usr/lib/node_modules/npm/lib/unbuild.js:78:3)
npm ERR!     at /usr/lib/node_modules/npm/lib/unbuild.js:50:5
npm ERR!     at /usr/lib/node_modules/npm/node_modules/slide/lib/async-map.js:54:35
npm ERR!     at Array.forEach (native)
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <npm-@googlegroups.com>

npm ERR! System Linux 3.0.48-1-lts
npm ERR! command "/usr/bin/node" "/usr/bin/npm" "uninstall" "-g" "dissemination"
npm ERR! cwd /home/eschulte
npm ERR! node -v v0.8.14
npm ERR! npm -v 1.1.65
npm ERR! type undefined_method
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /home/eschulte/npm-debug.log
npm ERR! not ok code 0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants