Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed May 13, 2024
1 parent fee7bb3 commit d557018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion cs/service/skynet.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# [skynet](https://github.com/cloudwu/skynet)
> 学习后台的框架
4 changes: 2 additions & 2 deletions web/pkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## update

```js
```shell
node --harmony script.js --version --help --harmony 传递给node参数的修饰
npm install -g n 非window上使用n来管理
npm config list
Expand All @@ -15,7 +15,7 @@ npm config list

[npm-config](https://docs.npmjs.com/cli/v10/commands/npm-config)

```js
```shell
npm init // 初始化工程
npm init -w ./packages/a // 创建子包
npm install libraryX --workspace packages/pA // 子工作区按照特定依赖
Expand Down

0 comments on commit d557018

Please sign in to comment.