Giter VIP home page Giter VIP logo

Comments (3)

narrsam avatar narrsam commented on July 21, 2024 1

Thank you so much for your swift reply.
I was finally able to build and run the app using the create-elm-app package.
I initially ran into this error when trying to elm-app build:
error:0308010C:digital envelope routines::unsupported
Using the top voted solution on this StackOverflow page I was able to fix it.
Basically, I downgraded node from 18.x.x to 16.20.0.

from midi-surf.

ChrisWellsWood avatar ChrisWellsWood commented on July 21, 2024 1

No problem. I'm using NJS 18.x, if you'd prefer to use that, you can start the server with:

  • Linux - export NODE_OPTIONS=--openssl-legacy-provider; elm-app start
  • Windows PowerShell - $env:NODE_OPTIONS="--openssl-legacy-provider" ; elm-app start

I'll need to add all this to the README, I didn't really expect people to tinker with the code, but I'm very glad you are! I'm going to keep this open, but change the title of the issue to reflect the need to update the README.

from midi-surf.

ChrisWellsWood avatar ChrisWellsWood commented on July 21, 2024

Hi @narrsam, I use create-elm-app to manage bundling everything up, unless it's compiled, you can't just open the index.html file. Instructions for installation can be found here. Once you've installed it, navigate to the midi-surf folder and run elm-app start and it should launch a dev server with live update. Let me know if I can help you with anything. The code isn't very well documented at the moment, as it's just been me that's working on it, but at least the code base isn't huge.

from midi-surf.

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.