-
Notifications
You must be signed in to change notification settings - Fork 47
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
"Up and running" incomplete? #401
Comments
I just built from scratch and did find an issue. There's a missing js dep that's needed for a feature on main (not in production yet). While I don't see an error related to the missing dep in the above, I wonder if this is the problem. FWIW the error is :
I just merged a PR that adds said missing dep. Could you try doing a git pull and seeing if that resolves the issue? |
No difference so far... Can you please check the version of Node.js you're using π€ I am using the tools configured in the |
That would be the issue. The |
For #400 I wanted to run the website locally to see my changes before creating a PR, but I wasn't able to do so π€·ββοΈ
It feels like the Up and running section in the README is incomplete π€
When following the documented steps, I end up with this, when visiting http://localhost:4000:
Checking the log, I found these a lot of these messages:
I ran
npx browserslist@latest --update-db
in theassets/
folder:But still, I am getting the
Error: Not supported
log messages and I still getPhoenix.Router.NoRouteError
errors πThe text was updated successfully, but these errors were encountered: