开发记录 (Weex) - 日志: 开发流水账

191028

项目启动报错,关键信息:

Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 12.x
Found bindings for the following environments: - Windows 64-bit with Node.js 10.x

原因是项目中的 Node Sass 依赖组件的版本低,不支持新版 Node.js,经查后,升级即可:

npm i node-sass -D

升级后解决。