Cannot installed gatsby-remark-reading-time plugin #34622
Answered
by
alex-semenyuk
tashasyarifah
asked this question in
Help
-
Hi everyone, I'm Tasha and creating my website by following tutorials on their official website. Right now, I want to add some features one of them is reading time. I cannot install the If anyone knows what it means and how to solve it, please let me know. |
Beta Was this translation helpful? Give feedback.
Answered by
alex-semenyuk
Jan 30, 2022
Replies: 1 comment 3 replies
-
Seems similar to this one #28925. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
tashasyarifah
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems similar to this one #28925.
Try
npm install --legacy-peer-deps
as mentioned there.