Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REPL breaks in recent NodeJS version #1

Open
maxlath opened this issue May 4, 2022 · 0 comments
Open

REPL breaks in recent NodeJS version #1

maxlath opened this issue May 4, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@maxlath
Copy link
Owner

maxlath commented May 4, 2022

./lib/repl.js:28
  const onLine = repl.rli._onLine
                          ^
TypeError: Cannot read properties of undefined (reading '_onLine')
    at module.exports (./lib/repl.js:28:27)
    at init (./lib/index.js:38:16)
    at ./lib/index.js:18:5
    at ReadStream.<anonymous> (./lib/location.js:30:57)

rli has been removed in v15.0.0, cf https://nodejs.org/api/deprecations.html#DEP0124

I'm not using the REPL much and can't take the time now to update that, but if anyone wants to fix that, you're most welcome

@maxlath maxlath added bug Something isn't working help wanted Extra attention is needed labels May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant