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

大约有 96 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0031 秒)

31. mac安装typescript的问题 [ 63%]

...ap.oncomplete (fs.js:82:15)' ] } npm ERR! npm ERR! Please try running this command again as root/Administrator. npm ERR! Darwin 15.6.0 npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "typescript" npm ERR! node v4.4.1 npm ERR! npm v2.14.20 npm ERR! path npm-debug.log.532595257...

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

32. 全局安装layaair2-cmd报错怎么办啊 [ 63%]

...ath /usr/local/lib/node_modules/layaair2-cmd/node_modules/mozjpeg npm ERR! command failed npm ERR! command sh -c node lib/install.js npm ERR! fs.js:47 npm ERR! } = primordials; npm ERR!     ^ npm ERR!  npm ERR! ReferenceError: primordials is not defined npm ERR!     at fs.js:47:5 npm ERR!    ...

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

33. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 [ 61%]

...到,可以敲命令看看它安装在哪里了:npm list -g typescript command+s保存一下   2、windows windows和mac基本上是一样的,找到那个配置然后也是在那个用户设置区域里添加一行: "typescript.tsdk":"C:/**path**/npm/node_modules/typescript/lib"   上面这...

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

34. layabox7.1.17 beta ios打包后编译失败 [ 59%]

...败 提示 ld: library not found for -lJavaScriptCore clang: error: linker command failed with exit code 1 (use -v to see invocation) 2018-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Monica - 知识达人...

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

35. 文档怎么样? [ 58%]

... 2 个回复 Laya_Aaron 赞同来自: 在引擎里 ctrl  苹果系统用command  然后左键点击rotate 就可以看了,前提是as 代码,ts 看不了 2018-07-30 0 3 分享 微博 QZONE 微信 LLLLL 赞同来自: 文档怎么用?   2018-07-30 0 0 分享 微博 QZONE 微信 为什么被...

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

36. 深入理解LayaAir引擎架构和实现原理(二)项目调试原理及完美开发调试方案 [ 58%]

...json { "version": "2.0.0", "tasks": [ { "label": "gulp", "type": "shell", "command": "gulp", "group": { "kind": "build", "isDefault": true } }, { "label": "uglify", "type": "shell", "command": "gulp uglify", "group": { "kind": "build", "isDefault": true } }, { "label": "watch", "type": "shell", "com...

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

37. IDE如何自定义快捷键! [ 56%]

...:在keybindings.json文件下输入以下代码即可 [ {"key":"ctrl+k","command":"workbench.action.reloadWindow"} ]完成以上操作,你就可以使用Ctrl+K进行编辑器刷新了。   2016-12-06 1 0 分享 微博 QZONE 微信 getpost 赞同来自: 3Q 非常感谢 貌似是 ctrl+shift+p 201...

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

38. 新建.ani 创建逐帧动画,没有生成.atlas [ 56%]

....ani 创建逐帧动画,没有生成.atlas macOS LayaAirIDE 1.7.10 点击command+F12 在bin下面没有生成.atlas文件 2017-09-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来...

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

39. 项目做了一周.然后打不开了.怎么办? [ 55%]

...15/resources/app/out/vs/workbench/electron-browser/workbench.main.js:99867 command 'extension.startServer' not found: Error: command 'extension.startServer' not found at t._tryExecuteCommand (file:///E:/laya/ide/LayaAirIDE_1.7.15/resources/app/out/vs/workbench/electron-browser/workbench.main.js:3086...

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

40. layacmd任务执行之后能不能自动关闭 [ 55%]

...ascript   {       "taskName": "laya compile",       "isBuildCommand": false,       "isShellCommand": true,       "showOutput": "always",       "echoCommand": false,       "command": "layacmd",       "args": [         "compile"       ],...

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