-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to launch example app #176
Comments
I have found that running That said, I do not see any indication that a server is running – for example, my Mac does not list anything running on port 8080 as one would expect with the example app: https://github.com/mathigon/studio/blob/main/docs/example/server/app.ts#L20 |
I have unblocked myself on a custom branch #179 and now have The command That said |
@nileshtrivedi Have you tried running |
I am able to start the dev server w/ npm run dev if I change the Update: I can't get any new courses to be served though, even using |
A fresh attempt. Recording all my steps here:
|
If I attempt starting this without copying
|
Thanks for looking into this, @plegner. Unfortunately, after installing v0.1.23 in a local copy of the example folder, and attempting to fire up the dev server with I'd love to get this resolved, I'm excited to explore this awesome tool. Thank you, What I did and what I see:
|
I copied
docs/example
to a new directory, modified the version of @mathigon/studio inpackage.json
to0.1.18
, rannpm install
and then rannpm run dev
. I expected some sort of webapp to open but the logs showed this:The logs didn't print any port number, so I tried ports like 3000, 4000, 5000, 6000, 8000, 8080, 9000. But no app was accessible anywhere (
npm run dev
terminal did not show any logs for incoming requests either).I have tried manually running
npm install @mathigon/studio
as well. Is there a build step for @mathigon/studio that I need to run explicitly, even when referencing the npm version before starting the example app? Or is there something broken in the setup here?My setup:
NodeJS: 16.13.1 (installed via asdf but I made sure to reshim after npm install)
OS: Mac OS M1 (Apple Silicon)
The text was updated successfully, but these errors were encountered: