フォージを発見したばかりで、すぐに試してみたいと思いました。http://docs.trigger.io/en/v1.3/getting-started.html#mac-and-linux-usersのチュートリアルに厳密に従い、実際にアプリを実行しようとするまで、すべてがうまくいきました。
(forge-environment) forge run web
[ INFO] Forge tools running at version 3.3.2
[ INFO] Checking JavaScript files...
[ INFO] JavaScript check complete
[ INFO] Verifying your configuration settings...
[ INFO] Configuration settings check complete
Exception in thread Thread-3:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/mononofu/Programmieren/ArmorCalc/.template/generate_dynamic/utils.py", line 163, in runner
state.proc = lib.PopenWithoutNewConsole(args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=kw.get('env'))
File "/home/mononofu/Programmieren/ArmorCalc/.template/generate_dynamic/lib.py", line 155, in __init__
self._old_popen.__init__(self, *args, **kwargs)
File "/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
(実際にはクラッシュせず、しばらくハングしてからステータス131で終了します)これは、どのように実行しようとしても発生します(android、web)。私はUbuntu12.04を使用しており、すべてが更新されています。私はデフォルトから何も変更しませんでしcreate
たbuild
何か案は?