3.6.1构建引擎依赖时失败

node版本:v16.17.1
gulp版本:2.3.0
修改了引擎,打算编译引擎,在引擎目录执行 npm install 时失败,提示:
error TS2688: Cannot find type definition file for ‘systemjs’.
The file is in the program because:
Entry point for implicit type library ‘systemjs’


把 package.json -> postinstall 里面后面的内容删掉试试

大大您好,我出现了和楼主一样的问题,但是照您说的删掉后还是不行.还是会继续报一样的错误.

我在github上下载develop分支3.7.0没有出现错误,可以编译成功了

好的,感谢~