-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f0947c
commit 0b6f0f1
Showing
7 changed files
with
140 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -225,9 +225,6 @@ title: todo | |
> 5. Npm token or npm \_auth username:password | ||
> | ||
#### yarn | ||
|
||
|
||
### 埋点和异常上报 | ||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
id: 9ae9305418cff5aa629668bf9bc2f1f2 | ||
title: yarn_link | ||
--- | ||
|
||
1. 可在`~/.config/yarn/link`查看所有 link 的 package | ||
2. yarn global bin 查看 yarn 全局 bin 安装位置 | ||
3. yarn global dir 查看 yarn 全局安装路径 | ||
|
||
## QA | ||
|
||
1. 在`xxx` pakcage 中,yarn link 时 warning 提示`There's already a package called "x x x" registered. This command has had no effect. If this command was run in another folder with the same name, the other folder is still linked. Please run yarn unlink in the other folder if you want to register this folder.` | ||
|
||
`rm ~/.config/yarn/link/xxx` | ||
|
||
## 参考 | ||
|
||
1. [yarn link](https://classic.yarnpkg.com/en/docs/cli/link) | ||
|
||
2. [yarn unlink](https://classic.yarnpkg.com/en/docs/cli/unlink) |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
id: 312c951b7bed071f4a67dda0bf41816c | ||
title: git进阶 | ||
--- | ||
|
||
## 参考 | ||
|
||
1. https://docs.github.com/en/rest/overview/libraries | ||
2. https://github.com/Val-Zhang/blogs/issues/9 |
This file contains 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