最近の検索
最近の検索はありません
zat validate and package error
投稿日時:2021年9月08日
I get this trouble for tows days almost crazy ...
oker@jujungdeMacBook-Pro demo01 % gem list execjs
*** LOCAL GEMS ***
execjs (2.8.1, 2.7.0)
====================================================
oker@jujungdeMacBook-Pro demo01 % ruby -rexecjs -e 'puts ExecJS.runtime; puts ExecJS::VERSION; puts ExecJS.runtime.name'
#<ExecJS::MiniRacerRuntime:0x00007fef048ccf08>
2.8.1
mini_racer (V8)
===========================================
but i can user 'zat server' or other commands. only validate,pacakge,update this three commands have trouble. please help me , thank you。
0
3
3件のコメント
Chris Sos
Hi Jujung,
Sorry to hear you're having issues validating the app. Could you detail what's in your manifest.json file? This may be the cause of the issues here.
Chris
0
Jujung zheng
Hi Chris:
Here you are, my manifest.json file like this, I create the project form “zat new” commond, even if I create a project nothing changed , validate and package also show provided error info before.
0
Nisha GAnesh
I would suggest that you can remove
from location hash. Atleast that worked for me. And try to download and use a similar file which is given in the documentation. Hope this helps you.
0