$ npmd --version
1.0.6
$ npmd install lodash._objecttypes
GET https://registry.npmjs.org/_objecttypes/-/_objecttypes-2.4.1.tgz
Error: error attemping to fetch: https://registry.npmjs.org/_objecttypes/-/_objecttypes-2.4.1.tgz {"error":"not_found","reason":"missing"}
at Request._callback (/home/kenan/.npm-packages/lib/node_modules/npmd/node_modules/npmd-cache/index.js:49:23)
at Request.self.callback (/home/kenan/.npm-packages/lib/node_modules/npmd/node_modules/npmd-cache/node_modules/request/request.js:121:22)
at Request.EventEmitter.emit (events.js:98:17)
at Request.<anonymous> (/home/kenan/.npm-packages/lib/node_modules/npmd/node_modules/npmd-cache/node_modules/request/request.js:978:14)
at Request.EventEmitter.emit (events.js:117:20)
at IncomingMessage.<anonymous> (/home/kenan/.npm-packages/lib/node_modules/npmd/node_modules/npmd-cache/node_modules/request/request.js:929:12)
at IncomingMessage.EventEmitter.emit (events.js:117:20)
at _stream_readable.js:920:16
at process._tickCallback (node.js:415:13)
lodash. is stripped from the module name. Probably because of the ._ in the name, since lodash.foreach (modules without _) work just fine.
This works:
But:
lodash.
is stripped from the module name. Probably because of the._
in the name, sincelodash.foreach
(modules without_
) work just fine.