[readme] update cdnvm implementation#2442
Merged
ljharb merged 1 commit intonvm-sh:masterfrom Feb 19, 2021
lzwcyd:farmer/upadteDoc
Merged
[readme] update cdnvm implementation#2442ljharb merged 1 commit intonvm-sh:masterfrom lzwcyd:farmer/upadteDoc
cdnvm implementation#2442ljharb merged 1 commit intonvm-sh:masterfrom
lzwcyd:farmer/upadteDoc
Conversation
Author
|
当我们的项目在flow上自动部署的时候,会显示该错误 修改为 |
Member
|
I don't know what "flow" is - what exactly is reporting this as an invalid identifier? |
ljharb
reviewed
Feb 19, 2021
Author
可能是我的描述存在问题,当我的项目在部署的时候出现这个错误: |
ljharb
reviewed
Feb 19, 2021
README.md
Outdated
Comment on lines
506
to
509
| nvm_find_up() { | ||
| path=$(pwd) | ||
| while [[ "$path" != "" && ! -e "$path/$1" ]]; do | ||
| path=${path%/*} |
Member
There was a problem hiding this comment.
nvm itself already defines nvm_find_up, so this entire function can be removed.
Author
There was a problem hiding this comment.
I am an ordinary Chinese student, and I am glad to receive your reply.This will make me love this industry even more.
Member
There was a problem hiding this comment.
I appreciate the contribution, and being willing to deal with translations :-)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
当函数名为find-up时,定时运行会报以下错误:
修改为find_up即可修复该问题