-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Trying to run at desk #144
Comments
That's interesting. What object storage software are you using? |
All I've done is the steps in the readme: I assume it's a volume permission issue? I am not terribly familiar with docker. |
What version of node do you use? |
I use node 16. |
That wasn't it. 😆 |
This error references the issue. and this did work when I did a yarn install |
we may need to update node packages to address this. |
Perhaps. I'll have to properly look into it later, since I'm slightly busy at the moment. |
NoSuchKey: I've observed errors to have the type property named `name` instead of `code` or `message`. See #144.
Okay, update on this issue: Since I can't test it myself at this moment, I wonder if downgrading |
144: The version of prosemirror automatically resolved was incompatible with the current editor backend (rich-markdown-editor), so it had to be manually specified in the "resolutions" field of package.json. Fixes #144.
Quick update on this issue: I tested it with the changes I made in #146, and it works fine. |
#144: Manually specified version of prosemirror-mdoel
When running the application, I get this error and googling does not seem to help me get around it.
The text was updated successfully, but these errors were encountered: