-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
New day, new problems.
I has installed environment on the ubuntu server with following commands
sudo apt-get install lua5.1
sudo apt-get install luarocks
sudo apt-get install tarantool
sudo luarocks install tarantoolapp
And now every call of tarantoolapp
returns next
ubuntu@ip-172-31-93-224:~/app$ tarantoolapp dep
Tarantool version: 1.6.7-591-g7d4dbbb
/usr/local/lib/luarocks/rocks/tarantoolapp/1.0.3-1/bin/tarantoolapp: ....luarocks/share/lua/5.1/tarantoolapp/commands/create.lua:72: file 'templates' not found:
can't open /home/ubuntu/.luarocks/share/lua/5.1/templates: /home/ubuntu/.luarocks/share/lua/5.1/templates: No such file or directory
can't open /home/ubuntu/.luarocks/share/lua/5.1/tarantoolapp/commands/templates: /home/ubuntu/.luarocks/share/lua/5.1/tarantoolapp/commands/templates: No such file or directory
can't open /home/ubuntu/.local/share/templates: /home/ubuntu/.local/share/templates: No such file or directory
We're solve this problem by modifying create.lua
, but it still a problem.
This bug shows on the 1.6.x
, 1.10.x
works fine
Metadata
Metadata
Assignees
Labels
No labels