nfischer / n_shell

A NodeJS REPL with ShellJS loaded by default
https://www.npmjs.com/package/n_shell
MIT License
8 stars 1 forks source link

[DEP0124] DeprecationWarning: REPLServer.rli is deprecated #6

Open nfischer opened 2 years ago

nfischer commented 2 years ago

Looks like this was deprecated in v12 and removed in v16. https://nodejs.org/api/deprecations.html#DEP0124. I think this usage is coming from https://github.com/tmpvar/repl.history/issues/15.

nfischer commented 2 years ago

https://github.com/omni-tools/node-repl-story seems to be a replacement for the modern APIs.