-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I get this error when I try to run anything e.g. trymodule lodash
:
Gonna start a REPL with packages installed and loaded for you
Couldn't find 'lodash' locally, gonna download it now
[email protected] .trymodule/node_modules/lodash
Package 'lodash' was loaded and assigned to 'l' in the current scope
REPL started...
/usr/local/lib/node_modules/trymodule/node_modules/repl.history/index.js:19
repl.rli.addListener('line', function(code) {
^
TypeError: Cannot read property 'addListener' of undefined
at module.exports (/usr/local/lib/node_modules/trymodule/node_modules/repl.history/index.js:19:12)
at /usr/local/lib/node_modules/trymodule/cli.js:72:7
at runMicrotasks (<anonymous>)
at processTicksAndRejections (node:internal/process/task_queues:94:5)
I've done basic clean up steps i.e. uninstall trymodule
and delete the ~/.trymodule/
folder (or trymodule --clear
).
I don't understand why it fails here.
kpman and jopemachine
Metadata
Metadata
Assignees
Labels
No labels