Giter Club home page Giter Club logo

Comments (5)

DanBurton avatar DanBurton commented on May 27, 2024

It seems that something is wrong with package.yaml. make build is supposed to generate a valid package.yaml file, but something seems to be wrong. Does a package.yaml file exist in your hs folder after running this command? And if so, can you paste it here?

from reach-lang.

KBryan avatar KBryan commented on May 27, 2024

It is just empty. Nothing to paste.

from reach-lang.

DanBurton avatar DanBurton commented on May 27, 2024

Ah, ok. That explains it. Running make build should require that you have a command-line utility called mo installed. For some reason the command for generating package.yaml isn't failing (when I presume in this case it should fail?), but instead is just creating an empty file.

@jeapostrophe how do you think we should approach this issue?

from reach-lang.

DanBurton avatar DanBurton commented on May 27, 2024

I've pushed a change to the makefiles.

44c6b43

It should now correctly fail if you don't have mo installed, and it will prompt you to run make install-mo which should install mo for you. (mo is a command line utility for filling in templates using environment variables.)

If you:

  • git pull
  • rm package.yaml
  • make build

It should tell you to run make install-mo. If you do that, then make-build again, it should build correctly.

Kindly let me know if this works for you or if there are further issues. Thanks!

from reach-lang.

jeapostrophe avatar jeapostrophe commented on May 27, 2024

@KBryan I believe that this issue is now settled, so I'm going to close the issue. If I'm in error, please correct me. :)

from reach-lang.

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.