• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 148 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0034 秒)

111. 2.0.0beta5 can not find class Laya.Text [ 53%]

...d the specified character in all fonts:263c Cannot find module Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js QQ游戏发布之后,运维后台报错 Can't find variable: QQJSBridge LayaIDE2.9.0beta版本打包IOS项目出现报错: ReferenceError: Can't find variable: createProcess Cannot ...

来源: Laya_社区 发布时间: 20210624

112. layacmd atlas报错 [ 52%]

...spawn (child_process.js:369:9) at Object.<anonymous> (/usr/local/lib/node_modules/layacmd/layacmd-atlas.js:88:6) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._l...

来源: Laya_社区 发布时间: 20170806

113. (layabox2.0) layaUI.max.all.ts里的module ui前为什么要加export [ 52%]

...为module的类无法编译到bundle.js中 Cannot find module Roaming\npm\node_modules\layaair2-cmd\layaair2-cmd.js LayaMaxUI的导出能不能采用ES6 module的方式 export default 这种方式太痛苦了 2.2.0版本用命令行发布包报出异常 Error: Cannot find module 'gulp' 问题状态 ...

来源: Laya_社区 发布时间: 20181002

114. 官方能不能优化一下TS的编译速度 [ 52%]

... "target": "es5", "sourceMap": true, "skipLibCheck": true }, "exclude": [ "node_modules" ] }   2017-08-09 0 0 分享 微博 QZONE 微信 15068753667 赞同来自: 20kb代码量编译1秒,200kb的代码量编译2秒 2017-08-10 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠...

来源: Laya_社区 发布时间: 20170808

115. 将3D项目原本为2.1.1的引擎升级到2.4.0之后直接编译运行出现的报错问题如下图 [ 52%]

...   "lib": ["es5", "dom", "es2015.promise"]   },   "exclude": ["node_modules"] } 2020-02-24 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 131*****512 相关问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没...

来源: Laya_社区 发布时间: 20200224

116. 引擎版本2.4.0打包微信小游戏报错,开发者工具正常,真机运行报错 [ 52%]

...015.promise" ], "noEmitHelpers": true, "sourceMap": false }, "exclude": [ "node_modules" ] }  真机报错截图   开发者工具设置不勾选ES6转ES5和增强编译就不会报错,但在手机上就会有上面的报错。   如果勾选了ES6转ES5就会报错: 增加了官方案例demo...

来源: Laya_社区 发布时间: 20200324

117. the server responded with a status of 404 (Not Found) [ 52%]

... not found unity3d sentinel key not found 构建报错,TypeScript error: node_modules/@types/node/base.d.ts' not found. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found Swift中接入其他都正常,但是在你们的conchConfig中,报错'st...

来源: Laya_社区 发布时间: 20190312

118. laya3.0中jszip使用异常 [ 52%]

...录下,改为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

119. 请问LayaAirIDE最新版本支持命令行发布小游戏了吗? [ 51%]

...aAirIDE_beta\node-v7.9.0-win-x64\node.exe X:\LayaAirIDE_beta\resources\app\node_modules\gulp\bin\gulp.js "--gulpfile=X:\项目路径\.laya\publish.js" "--config=X:\项目路径\.laya\wxgame.json" publish

来源: Laya_社区 发布时间: 20191023

120. TS创建的Hello示例项目 运行起来全是黑的 文字不显示 [ 51%]

...     "target": "es6"     },     "exclude": [         "node_modules",         "bower_components",         "jspm_packages",         "tmp",         "temp",         "bin"     ] }  是不是现在的版本需要在Main.js或者GameCofig.js...

来源: Laya_社区 发布时间: 20181218