定制修改引擎,编译后bin目录下没有文件

按照 引擎定制工作流程 · Cocos Creator 设置定制引擎,在最后一步,当我修改完TS代码的时候,点击编译引擎,在引擎bin目录下没有任何文件


用命令行 :npm run build 呢?

是这个样子吗?感觉怪怪的

反倒是我修改了引擎TS代码后通过构建发布,在发布的cc.js下倒是看见了我修改的东西

老师您好我在引擎目录下执行npm run build 提示没按转gulp 但是我的引擎现在在e盘,gulp安装不成功
@215194780

npm WARN cleanup Failed to remove some directories [
npm WARN cleanup [
npm WARN cleanup undefined,
npm WARN cleanup AssertionError [ERR_ASSERTION]: rimraf: missing path
npm WARN cleanup at rimraf (/usr/local/lib/node_modules/npm/node_modules/rimraf/rimraf.js:54:3)
npm WARN cleanup at node:internal/util:364:7
npm WARN cleanup at new Promise ()
npm WARN cleanup at rimraf (node:internal/util:350:12)
npm WARN cleanup at /usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:533:20
npm WARN cleanup at Array.map ()
npm WARN cleanup at [rollbackCreateSparseTree] (/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:533:8)
npm WARN cleanup at /usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:1080:50
npm WARN cleanup at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
npm WARN cleanup at async [reifyPackages] (/usr/local/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js:236:11) {
npm WARN cleanup generatedMessage: false,
npm WARN cleanup code: ‘ERR_ASSERTION’,
npm WARN cleanup actual: undefined,
npm WARN cleanup expected: true,
npm WARN cleanup operator: ‘==’
npm WARN cleanup }
npm WARN cleanup ]
npm WARN cleanup ]
npm ERR! code 2
npm ERR! path /Users/hello/ccc/engines/3.6.2/engine/scripts/typedoc-plugin
npm ERR! command failed
npm ERR! command sh -c – npm run build
npm ERR! > typedoc-plugin-cc@1.0.0 build
npm ERR! > tsc
npm ERR!
npm ERR! error TS2688: Cannot find type definition file for ‘systemjs’.
npm ERR! The file is in the program because:
npm ERR! Entry point for implicit type library ‘systemjs’

@215194780 您好报这个错

配置好自定义引擎目录后,定制引擎暂时使用编辑器上的那个编译引擎按钮

您好我是修改了builder.ts里的代码,那个编译引擎的按钮我用了,我改的还是没生效