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

Is this project still active? #62

Open
0xdevalias opened this issue Apr 24, 2019 · 2 comments
Open

Is this project still active? #62

0xdevalias opened this issue Apr 24, 2019 · 2 comments

Comments

@0xdevalias
Copy link

Doing some cursory Googling, this still seems to be the best 'nice node repl' around, but the last code push was like 2016, and there are a bunch of outdated package warnings when using it:

warning nesh > [email protected]: This package is discontinued. Use lodash@^4.0.0.
warning nesh > intdoc > [email protected]: This package is discontinued. Use lodash@^4.0.0.
warning nesh > babel-core > [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue

I figure before I fall in love with it.. is there any chance of it actually being currently maintained? And/or, are there more active alternatives you would point me to instead?

@ccheever
Copy link
Contributor

ccheever commented Apr 25, 2019

I used to contribute to this project but I haven't in a while because the repl that ships with node got a lot better and more usable.

Here is what I use now:
https://github.com/expo/project-repl

For projects that have async code, esp. using promises, one of the most important usability things you can do is use the --experimental-repl-await flag which will let you use the await keyword in the repl in recent versions of node.

Others will have to chime in about the current maintenance of this project! It was pretty solid last time I used it.

@ashot
Copy link

ashot commented Apr 28, 2024

@ccheever hey there :)

what do you use these days, still this?

I really miss ipython badly in node. the repl, and the ability to catch and debug live code from a line in iPython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants