-
Notifications
You must be signed in to change notification settings - Fork 66
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
Syntax Error for @font-face #277
Comments
I get exactly the same having installed via npm. I resolved it (temporarily at least) by downgrading my version of @nteract/markdown to 4.0.0. It then loads up ok... |
Hello @robepdavis! Thanks for opening this issue! This is related to an update that was made to the @nteract/markdown package. You can read more about this at nteract/nteract#4777. The short-term fix is to add a css-loader to the configuration for commuter. The long-term fix is to resolve the issue above from the nteract monorepo. Would you be interested in helping resolve this bug with a contribution? |
+1. I am also facing the same issue. |
@captainsafia could you provide a minimal example of adding a css-loader to the configuration? |
Hello folks! Apologies for the delay! We ended up removing the Since nteract/markdown is pinned to the major version, running Can you let me know how that works for you? |
I no longer receive this error, but now I have a new error. Using However, that's a new issue. |
Thanks for verifying the resolution, @dhpollack. As for the other issue, I'll see if I can get someone who's worked on the vega packages to review that pull request you linked to so we can get a fix out. I'll go ahead and close this issue now. |
Hi, I get the following error message, and I need help.
Situation
I installed commuter by yarn, launched the server, and accessed
localhost:4000
.Then I get a
500:Internal Server Error
.The log shows the following error.
Reproduction
By the following dockerfile,
Build:
docker build . -t commuter
Run:
docker run -p 4000:4000 commuter
.Then open the browser and access
localhost:4000
.Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: