Git Product home page Git Product logo

Comments (3)

SauceChord avatar SauceChord commented on June 5, 2024 1

I don't know but I got it solved by using scoop.sh to install luarocks and then install busted via luarocks thanks to another issue I found in their repo.

luarocks/luarocks#1501

So the steps I did (plus I guess since before installing a compiler for building lua from source)

  • Install scoop.sh via powershell
    • Set-ExecutionPolicy RemoteSigned -Scope CurrentUser Optional: Needed to run a remote script the first time
    • irm get.scoop.sh | iex
  • scoop install luarocks in powershell to install luarocks
  • luarocks install busted in powershell to install busted
  • Restart VSCode if it was open and open its terminal
  • busted in VSCode terminal. Busted shows garbage text.
  • chcp 65001 in VSCode terminal to change code page to UTF8
  • busted in VSCode terminal. Busted shows clean text minus colors that I had on linux in wmware as I was testing.
  • Super happy!

from busted.

Tieske avatar Tieske commented on June 5, 2024

I think this is a LuaRocks problem. The -e flag is probably targetted at lua.exe and not at luarocks, since the latter doesn't know it.

from busted.

Tieske avatar Tieske commented on June 5, 2024

Could it be this issue; luarocks/luarocks#1287 ?

from busted.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.