大约有 901 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0059 秒)
...5D8-BBAE-FCEFB0982E0B/d/LayaAirIDEMac_1.7.9beta.app/Contents/Resources/app/node_modules/layacmd/print.js:1:171) at Object.<anonymous> (/private/var/folders/g5/h6n06svn2z315kkr_yd3sl340000gn/T/AppTranslocation/00AE3A00-14A8-45D8-BBAE-FCEFB0982E0B/d/LayaAirIDEMac_1.7.9beta.app/Contents/Resources...
来源: Laya_社区 发布时间: 20170812
...现在我重新传了一次,DEMO目录我把 bin目录去掉了,还有node_modules 模块也去掉了,麻烦你们查看DEEMO的时候,使用 npm install 安装下 node_modules 我这边想做的就是,目前的想法就是 利用 LayaIDE 编译ts为js ,然后用 rollup来打包 bin...
来源: Laya_社区 发布时间: 20200604
...等平台,就需要打包成exe,app等格式。目前主流的方案有node-webkit,Electron,Hex等,node-webkit 是一个基于 Chromium 和 Node.js 的 Web 运行环境,可让你直接在 DOM 中调用 Node.js 模块,并可使用任何现有的 Web 技术来编写本地应用。但是...
来源: Laya_社区 发布时间: 20210126
...2)\n at Function.Module.runMain (module.js:447:10)\n at startup (node.js:154:18)\n at node.js:416:3" 附件 : --> 2017-04-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: ...
来源: Laya_社区 发布时间: 20170407
...录下,改为jszip.d.ts,导入代码为: import * as JSZip from "../node_modules/jszip/dist/jszip"使用代码为: let zipUrl = "resources/files/config.zip"; Laya.loader.load([{ url: zipUrl, type: Laya.Loader.BUFFER }], null, Laya.Handler.create(this, this.onLoadCfg, null, false)...
来源: Laya_社区 发布时间: 20230208
...indow is not defined 图文混排聊天室教程第一节课,按照教程node运行GameSever.max.js文件,报这个错,请问是什么原因呢?怎么解决 附件 : --> 2018-07-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20180716
... 出错了: TypeScript error: ../../../programs/layaairide/resources/app/node_modules/typescript/lib/lib.es2015.iterable.d.ts(21,22): Error TS6053: File '../../../programs/layaairide/resources/app/node_modules/typescript/lib/lib.es2015.symbol.d.ts' not found. 请问是什么原因?如何解决? ...
来源: Laya_社区 发布时间: 20190517
...信小游戏中如何使用npm中的包? 如题,不知道怎么使用node_modules下的类库啊? 也不能用webpack之类的工具(不支持eval) 2018-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回...
来源: Laya_社区 发布时间: 20180312
...lue height: number = 240 Returns Video Properties Optional _extra _extra: INodeExtra Inherited from Node._extra Defined in laya/display/Node.ts:58 _ownGraphics _ownGraphics: boolean = false Inherited from AnimationBase._ownGraphics Defined in laya/display/Sprite.ts:245 _scene _scene: Node Inherited ...
来源: Laya3.0_api 发布时间: 20231102
... 赞同来自: Laya_Yan 找到ide的目录,LayaAirIDE_beta\resources\app\node_modules\rollup\dist\rollup.js 然后cmd 输入下面命令node --max_old_space_size=2048 ide的rollup.js完整目录地址。 就可以解决编译内存溢出的问题。不过,最好先确保自己的项目代码...
来源: Laya_社区 发布时间: 20191225