Error while running build script after initialising the project. #9
Answered
by
parthks
megabyte0x
asked this question in
Q&A
-
I just created a project with basic lua template and tried to follow the steps defined in the documentation. Steps to Recreate the issue
chmod +x ./ao/backend/scripts/build.sh
Got the following errors: ./scripts/build.sh: line 7: luacheck: command not found
./scripts/build.sh: line 13: amalg.lua: command not found What I have tried
Thanks in advance for the help! |
Beta Was this translation helpful? Give feedback.
Answered by
parthks
Oct 2, 2024
Replies: 1 comment
-
need to install amalg -> luarocks install amalg luarocks install luacheck should work according to https://github.com/mpeterv/luacheck |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
allquantor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
need to install amalg -> luarocks install amalg
don't know about luacheck. Been following https://github.com/Autonomous-Finance/teal-ao-starter and everything works.
luarocks install luacheck should work according to https://github.com/mpeterv/luacheck