-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Wholesale cleanup of nodejs related components #1990
base: master
Are you sure you want to change the base?
Conversation
47d5c77
to
aa5c1e7
Compare
Does anyone have a strong feeling about leaving Unfortunately the failing test is indicating an unrelated bug that should probably be addressed first. Edit: I'm unable to reproduce the bug locally but I know I've seen bad |
In my I don't have feelings about |
- remove redundant cite - support Basher - add nenv plugin - uplift nodenv to follow newer pattern and standard - ensure node components play well with *env tools
aa5c1e7
to
bce2b41
Compare
@gaelicWizard Unfortunately it appears that the search code is still broken :( |
@cornfeedhobo, "management" contains the substring "gem": $ bash-it show plugin |grep gem
nenv [ ] Node.js environment management using https://github.com/ryuone/nenv
nodenv [ ] Node.js environment management using https://github.com/nodenv/nodenv
ruby [ ] ruby and rubygems specific functions and settings So, |
- remove redundant cite - support Basher - add nenv plugin - uplift nodenv to follow newer pattern and standard - ensure node components play well with *env tools
@gaelicWizard Hey I finally have a free weekend to think. Sorry I fired off that comment without taking a real look. Yeah, I see today that search is checking descriptions, which is unexpected, but wfm. Thanks for pointing it out and saving me the hunting. |
if ! _command_exists nvm | ||
then | ||
function nvm() { | ||
echo "Bash-it no longer bundles the nvm script. Please install the latest version from" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about logging a warning in the case we dont find nvm.sh
?
about-plugin 'Node.js helper functions' | ||
|
||
# Check that we have npm | ||
_command_exists npm || return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt we still check this?
Want to fix the merge conflicts and unresolved remarks from Noah?/ |
Description
Motivation and Context
I had to work on node and ran into these issues.
How Has This Been Tested?
locally
Screenshots (if appropriate):
Types of changes
Checklist:
clean_files.txt
and formatted it usinglint_clean_files.sh
.