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

Fix injections #2454

Merged
merged 1 commit into from
Aug 12, 2021
Merged

Fix injections #2454

merged 1 commit into from
Aug 12, 2021

Conversation

nam-hle
Copy link
Contributor

@nam-hle nam-hle commented Aug 12, 2021

Fixes #2443.

Our injection syntax may be conflicts with emphasis Markdown syntax, so I suggest changing emphasis from _some thing_ into *some thing* if the conflict happens.

@salmad3
Copy link
Contributor

salmad3 commented Aug 12, 2021

Thanks @nam-hle! We ran into an issue with the CI (and also running locally)

yarn add v1.22.11
[1/4] 🔍  Resolving packages...
error Received malformed response from registry for "docusaurus-preset-name". The registry may be down.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
error An unexpected error occurred: "https://registry.yarnpkg.com/docusaurus-preset-name/-/docusaurus-preset-name-1.0.0.tgz: Request failed \"404 Not Found\"".

Are you able to run locally?

@salmad3
Copy link
Contributor

salmad3 commented Aug 12, 2021

registry may be down but perhaps the request isn't going through because of some restriction or authentication that changed

@nam-hle
Copy link
Contributor Author

nam-hle commented Aug 12, 2021

Thanks @nam-hle! We ran into an issue with the CI (and also running locally)

yarn add v1.22.11
[1/4] 🔍  Resolving packages...
error Received malformed response from registry for "docusaurus-preset-name". The registry may be down.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
error An unexpected error occurred: "https://registry.yarnpkg.com/docusaurus-preset-name/-/docusaurus-preset-name-1.0.0.tgz: Request failed \"404 Not Found\"".

Are you able to run locally?

Yes it works on my local :(

@salmad3 salmad3 merged commit cf2cb55 into w3f:master Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Injections
3 participants