-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
149 additions
and
135 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Lifelong Learn: Javascript & Typescript | ||
|
||
|
||
## 配置 | ||
|
||
### NVM: Node Version Manager | ||
Node 版本管理工具:[NVM](https://github.com/nvm-sh/nvm) | ||
|
||
### NRM: NPM Registry Manager | ||
NPM 源管理工具:[NRM](https://github.com/Pana/nrm) | ||
可以免去手动换源的麻烦,另外可以测试源的速度从而选取最快的源。 | ||
|
||
!!! warn "NPM Publish" | ||
|
||
在`npm publish`发布包时,需要切换到官方源发布,否则会出现即使认证了也报错说没有认证的问题。 |
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