trymodule@1.4.0 on node 4.2.1.
→ trymodule lodash=_
Gonna start a REPL with packages installed and loaded for you
'lodash' was already installed since before!
Package 'lodash' was loaded and assigned to '_' in the current scope
REPL started...
> _.each
[Function: forEach]
> _.each
undefined
> _
undefined
>
It may have something to do with using _ as the local variable.
Can someone try to reproduce this?