TinyTin
TinyTin
anything new here?
anything new here?
same question here
@minggeJS 
@minggeJS 我pr了 作者满意的话希望能merge
1. 确定正确安装了依赖 2. 切成 node 14 版本尝试
可以先用阿里的 maven 源,里面有 Logan 在 jcenter 发布的镜像 https://maven.aliyun.com/repository/public/ @pecpwee
1. 删除 node_modules、package-lock.json、yarn.lock 文件 2. 使用 node v10.24.1 版本,npm 版本使用 v6.14.2 (不可以大于 v7) 3. 重新使用 npm 安装依赖 npm i 同时建议使用国内源避免 node-sass 编译耗时 ( npm i --registry=https://registry.npmmirror.com) 5. 重新运行,验证正常启动 npm run...
用这个分支验证下 https://github.com/Meituan-Dianping/Logan/tree/bugfix/website-toolchain-fix