执行:/Applications/wechatwebdevtools.app/Contents/MacOS/cli -p --preview /Users/xxxx/myfile/www/gitstore/xxxx/dist
出现以下报错信息:
IDE server has started, listening on http://127.0.0.1:63921
initialization finished
preparing preview...
StatusCodeError: 400 - "{\"code\":400002,\"error\":\"请检查 project.config.json 是否存在及是否有效\"}"
为什么总是提示这个报错?dist是项目目录,编辑器就是以dist打开的,官方有答案吗?我看有人问过这个问题,但是没官方回复啊
dist 目录下有 project.config.json 文件吗?
是有的
那你项目打开时也是用的 dist 路径吗?
刚看到命令行上加了 -p --preview 两个参数,把其中一个去掉试下
好使了,谢谢!
windows 命令行下启动小程序 报这个错误! 怎么解决!
cli auto --project .\demo --auto-port 9420
× open project with automation enabled
[error] {
code: 19,
error: 'Error: 请检查 project.config.json 是否存在及是否有效 (code 19)'