大约有 27 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
...his.BaseURL.split("bin")[0], "./node_modules/.bin/tsc.cmd"); child_process.execFile(tscurl, cmd, (err, stdout, stderr) => { if (err) { console.log(err, '\n', stdout, '\n', stderr); } start(err); }); 复制代码[/code] 改为[code] let cmd = "tsc -b " + tsConfigUrl; child_process.exec(cmd, (err, ...
来源: Laya_社区 发布时间: 20200925
...le", "type": "node", "request": "launch", //nodejs 可执行文件 "runtimeExecutable": "D:\\workspace\\layabox\\node-v7.9.0-win-x64\\node.exe", //使用Laya编辑器下的 gulpjs "program": "D:\\workspace\\layabox\\LayaAirIDE_beta\\resources\\app\\node_modules\\gulp\\bin\\gulp.js", "args": [ //使...
来源: Laya_社区 发布时间: 20200607
...ayaair2-cmd命令后,如果出现“……禁止运行脚本……about_ Execution_Policies”类似的报错。如下图所示。 ![图](img/28.png) 在系统管理员权限打开VScode的前提下,在shell终端命令行中,通过输入 `Set-ExecutionPolicy RemoteSigned` 来解决,如要...
来源: Laya2.0_文档 发布时间: 20210715
...s.installCli("@oppo-minigame/cli", options); (5)使用IEditorEnv.utils.exeCli执行npm/npx或者使用installCli安装的cli。例如: await IEditorEnv.utils.exeCli("npm", ["install"], options); await IEditorEnv.utils.exeCli("quickgame", args, options); //假设quickgame已通过installCli安...
来源: Laya3.0_文档 发布时间: 20241014
...me = 17 10-13 17:31:16.421 6514-6514/com.vivo.vs I/VivoUnion.Callback: [SA]exec Callback: AssitPosChangeCallBack, fromRemoteServer = true 10-13 17:31:16.561 6514-6514/com.vivo.vs I/ActivityStack: removeResume:GameCpActivity 10-13 17:31:16.561 6514-6514/com.vivo.vs I/ActivityStack: popInstance:GameCp...
来源: Laya_社区 发布时间: 20181013
...s\Administrator\AppData\Roaming\npm\node_modules\layaair2-cmd\node_modules\execa\index .js:231:11 at processTicksAndRejections (internal/process/task_queues.js:93:5) at async Promise.all (index 0) npm WARN notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (cur...
来源: Laya_社区 发布时间: 20200211
...引用错误 UI发布以后如何引用 FB配置 layaAir 后报错:对 exec的引用有歧义 TS项目类引用关系与index里的js加载顺序冲突 调试时如何解决 使用typescript开发项目,解决文件引用顺序问题 位图字体到底应该放在哪,项目里引用的目录...
来源: Laya_社区 发布时间: 20170321