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

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

11. linux系统运行layaair-cmd报错 [ 94%]

...b/node_modules/layaair-cmd/layaair-cmd-resourceVersion.js:57:3) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:32) at tryModuleLoad (module.js:505:12) at Function.Module._load (module.js:497:3) at Function.Module.runMain (modul...

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

12. TS编译error TS5023: Unknown compiler option 'p'.生成不了JS文件 [ 94%]

TS编译error TS5023: Unknown compiler option 'p'.生成不了JS文件 TS编译error TS5023: Unknown compiler option 'p'.生成不了JS文件   环境问题,把系统变量里面的TypeScript删掉就解决了 2017-08-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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

13. layacmd compile 命令行编译问题 [ 94%]

layacmd compile 命令行编译问题 如果代码有错误,编译不会有任何提示输出到命令行. 调用layacmd compile最终还是调用了tsc -p . --outDir bin/js,但是后面这一条命令是可以输出错误信息的,所以求官方在这个命令价格参数,可以控制输...

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

14. 启动ide后有个关于tsc compiler和vs code's language service的提示 [ 94%]

启动ide后有个关于tsc compiler和vs code's language service的提示 A version mismatch between the globally installed tsc compiler (2.1.5) and VS Code's language service (1.8.10) has been detected. This might result in inconsistent compile errors. 我的全局typescript是2.1.5的,我必...

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

15. Cannot enlarge memory arrays. [ 92%]

Cannot enlarge memory arrays. Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to ...

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

16. 使用layaair-cmd compile,说没有tasks.json [ 92%]

使用layaair-cmd compile,说没有tasks.json 使用命令行layaair-cmd compile编译项目,说没有tasks.json 2019-03-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 182*****128 赞同来自: 哪位老...

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

17. 使用layacmd compile 编译后js包的大小比正常编译的小 [ 92%]

使用layacmd compile 编译后js包的大小比正常编译的小 我使用layacmd compile 编译成功了,成功后的包只有5M,用FB编译的包是7M,小了2M,估计是有些文件没有编译进去,附上图片及报错提示 附件 : --> 2018-04-14 添加评论 免费帖 --> 分享...

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

18. layacmd compile 编译,自定义编译后输出JS文件的位置 [ 92%]

layacmd compile 编译,自定义编译后输出JS文件的位置 1、我现在使用layacmd compile 命令进行编译,编译之后生成的文件默认是在 D:\love\h5\bin\h5\js\*.js 2、因为项目需求想要把这些生成的文件放在其他位置,例如:D:\love\WEB\JS\,以供区...

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

19. layaair2-cmd compile 有bug [ 92%]

layaair2-cmd compile 有bug layaair2-cmd compile [22:15:17] Working directory changed to /usr/local/lib/node_modules/layaair2-cmd fs.js:27 const { Math, Object } = primordials;                          ^ ReferenceError: primordials is not defined     at fs.js:27:26     at req_ (/us...

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

20. VSCODE高效再+1,自动刷新 [ 92%]

... = require("child_process"); //源码 const entry = 'src/**/*.*'; function compile() { //执行编译命令 layaair2-cmd compile let process = exec("layaair2-cmd compile"); process.stdout.on("data", (data) => { console.log(data); }); process.stderr.on("data", (data) => { console.error(data); }...

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