-
Notifications
You must be signed in to change notification settings - Fork 139
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
Website won't run locally after build:reference #759
Comments
I changed the @davepagurek would me mind take a look at this, it is issue legitimate |
I actually fixed this on this PR #737, which will get merged in a week when we release p5 2.0. In the mean time, try adding this line to your code: p5.js-website/src/content/reference/config.ts Lines 67 to 69 in b802236
|
Also, @webermayank if you wanted to make a PR to make that change now so we don't have to wait for the rest of that PR to be merged, feel free 🙂 |
Yes this seems a good idea , i,ll do it right now |
Thanks both! |
fixed issue invalid Content Entry Formatter error - #759
@webermayank Fix is merged, please close the issue if it's addressed fully. Thank you! |
Most appropriate sections of the p5.js website?
Home
What is your operating system?
Windows
Web browser and version
Chrome://latest
Actual Behavior
When we try to start website locally using
npm run dev
after building reference usingnpm run build:reference
we got an error on browserthe error on editor terminal is as follows:
and this is only happening after building reference.
npm run custom:cleanup
which deletes the reference files modification, this error won't come,Expected Behavior
Website server would run as usual even after building reference
Steps to reproduce
Open p5.js-website in editor
run
npm run build:reference
and thennpm run dev
go to the provided localhost link
wait for few minutes to load the wesbite
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: