Issue on following Blog Tutorial #2925
-
I have issue following blog tutorial https://remix.run/docs/en/v1/tutorials/blog I already run But somehow I cannot run my code and receive error like this Any suggestion? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Did you also install the actual package?
|
Beta Was this translation helpful? Give feedback.
-
@machour I installed it here since I am using typescript |
Beta Was this translation helpful? Give feedback.
-
@types/marked is an additional package to install to get typings for this library. You still need to install I'll clarify the comment in the documentation! |
Beta Was this translation helpful? Give feedback.
@types/marked is an additional package to install to get typings for this library. You still need to install
marked
.I'll clarify the comment in the documentation!