kogelvis[deep-freeze-node]$ npm link
up to date in 0.678s
Unhandled rejection TypeError: pkg.man.reduce is not a function
at linkMans (/usr/local/lib/node_modules/bin-links/index.js:159:21)
at /usr/local/lib/node_modules/bin-links/index.js:37:7
at /usr/local/lib/node_modules/slide/lib/async-map.js:52:35
at Array.forEach (<anonymous>)
at /usr/local/lib/node_modules/slide/lib/async-map.js:52:11
at Array.forEach (<anonymous>)
at asyncMap (/usr/local/lib/node_modules/slide/lib/async-map.js:51:8)
at binLinks (/usr/local/lib/node_modules/bin-links/index.js:32:3)
at tryCatcher (/usr/local/lib/node_modules/bluebird/js/release/util.js:16:23)
at ret (eval at makeNodePromisifiedEval (/usr/local/lib/node_modules/bluebird/js/release/promisify.js:184:12), <anonymous>:26:28)
at build.linkStuff (/usr/local/lib/node_modules/npm/lib/build.js:102:10)
at Array.<anonymous> (/usr/local/lib/node_modules/slide/lib/bind-actor.js:15:8)
at LOOP (/usr/local/lib/node_modules/slide/lib/chain.js:15:14)
at LOOP (/usr/local/lib/node_modules/slide/lib/chain.js:14:28)
at chain (/usr/local/lib/node_modules/slide/lib/chain.js:20:5)
at /usr/local/lib/node_modules/npm/lib/build.js:68:7
npm ERR! cb() never called!
npm ERR! This is an error with npm itself. Please report this error at:
npm ERR! <https://github.com/npm/npm/issues>
npm ERR! A complete log of this run can be found in:
npm ERR! /home/dave/.npm/_logs/2018-03-18T12_07_34_759Z-debug.log
The package.json
file has an entry man: {}
that when deleted resolves the above issue.
If I get the time will try to fix npm and upstream a PR.