You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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:
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?
The text was updated successfully, but these errors were encountered: