赞
踩
究其原因,就是底层使用的 open 模块升级了,使用的最新的 ES 模块管理技术,因此,在安装依赖时安装了较新的 open 依赖,导致通过 require 导入 open 模块失败,解决方案就是使用较低版本的 open
npm install
nrm -V