搭建环境后,运行提示lua报错

新人求指导,第一次搭建好,运行后内容如下:

Console: listening on 0.0.0.0 : 6010
Debugger v1.1.0
Debugger: Trying to connect to 127.0.0.1:10000 …
Debugger: Connection succeed.
debug args = require(‘debugger’)(‘127.0.0.1’,‘10000’,‘luaidekey’,nil,‘win’,’/E:/cocos/test/’,‘E:/cocos/test/’)
can not get file data of C:\Program Files (x86)\Lua\5.1\lua\app/MyApp.lua
:9: module ‘app.MyApp’ not found:
no field package.preload’app.MyApp’]
no file ‘.\app\MyApp.lua’
no file ‘E:\cocos\test\runtime\win32\lua\app\MyApp.lua’
no file ‘E:\cocos\test\runtime\win32\lua\app\MyApp\init.lua’
no file ‘C:\Program Files (x86)\Lua\5.1\lua\app\MyApp.luac’
no file ‘.\app\MyApp.dll’
no file ‘E:\cocos\test\runtime\win32\app\MyApp.dll’
no file ‘E:\cocos\test\runtime\win32\loadall.dll’
no file ‘.\app.dll’
no file ‘E:\cocos\test\runtime\win32\app.dll’
no file ‘E:\cocos\test\runtime\win32\loadall.dll’

你在用什么调试器?是按什么文档来搭的环境呢?如果是V3的文档,不会出现这样的提示啊