diff --git a/cs/service/skynet.md b/cs/service/skynet.md index 47b5dd0..dba6461 100644 --- a/cs/service/skynet.md +++ b/cs/service/skynet.md @@ -1,3 +1,2 @@ # [skynet](https://github.com/cloudwu/skynet) > 学习后台的框架 - diff --git a/web/pkg.md b/web/pkg.md index b9681e4..1a19a0e 100644 --- a/web/pkg.md +++ b/web/pkg.md @@ -2,7 +2,7 @@ ## update -```js +```shell node --harmony script.js --version --help --harmony 传递给node参数的修饰 npm install -g n 非window上使用n来管理 npm config list @@ -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 // 子工作区按照特定依赖