Skip to content
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

regl-codegen fails #7308

Open
samhinshaw opened this issue Dec 11, 2024 · 0 comments
Open

regl-codegen fails #7308

samhinshaw opened this issue Dec 11, 2024 · 0 comments
Labels
bug something broken

Comments

@samhinshaw
Copy link
Contributor

Running npm run regl-codegen on master produces several errors:

  1. 404 error loading MathJax.js
GET http://localhost:3000/node_modules/mathjax/MathJax.js?config=TeX-AMS-MML_SVG net::ERR_ABORTED 404 (Not Found)
  1. Plotly is undefined
regl_codegen-bundle.js:23270 Uncaught TypeError: Cannot read properties of undefined (reading 'newPlot')

Steps to Reproduce

  1. Run npm run regl-codegen

Expected Behavior

Per CONTRIBUTING.md:

This opens a browser window, runs through all traces with 'regl' in the tags, and stores the captured code into src/generated/regl-codegen.

Actual Behavior

http://localhost:3000/devtools/regl_codegen/index.html opens, but nothing happens.

Additional Details

Image
@samhinshaw samhinshaw added the bug something broken label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

1 participant