Skip to content

Instantly share code, notes, and snippets.

View lizhengnacl's full-sized avatar
:octocat:

李正 lizhengnacl

:octocat:
  • Meituan
  • Beijing
View GitHub Profile
port: 7890
socks-port: 7891
allow-lan: false
mode: Rule
log-level: silent
external-controller: 127.0.0.1:9090
secret: ""
dns:
enable: true
ipv6: false
## macOS 系统版本 10.15.7
## 安装
```
brew install vsftpd
```
## 授权
```
/**
* * Created by lee on 2019/3/25
*
* 直接依赖安装在第一层
* 不处理node_modules搜索路径,提示非当前目录
*/
const path = require('path');
const fs = require('fs');
class CheckNpmModules {