File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -76,27 +76,24 @@ busted spec/path_to_file.lua
7676
7777### Common Errors
7878
79- #### "module "busted.runner" not found" or "pl.path requires LuaFileSystem" Error
80-
81- If you see one of the errors like the above fix it by
79+ If you encounter the ` module 'busted.runner' not found `
80+ or ` pl.path requires LuaFileSystem ` errors, fix it by
8281runing the following command the following command:
8382
8483``` bash
8584eval $( luarocks path --no-bin)
8685```
8786
88- #### "sh: nlua: command not found" Error
89-
90- If the error above occurs do[ ^ 1 ] :
87+ If you encounter ` sh: nlua: command not found ` error the error above occurs do[ ^ 1 ] :
9188
92- ##### Linux/Max
89+ #### Linux/Max
9390
9491Run the following command:
9592``` bash
9693export PATH=$PATH :~ /.luarocks/bin
9794```
9895
99- ##### Windows
96+ #### Windows
10097
10198See the following guide to a variable to the PATH: [ add to PATH] [ add-env-vars-windows ] .
10299
You can’t perform that action at this time.
0 commit comments