update remark dependency and replace remark import with { remark } #29756
Unanswered
DaniCastel
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The tutorial indicates to install remark version 13
npm install remark@13 remark-html@13
I've installed the latest version of remark and remark-html at the moment
package.json
After installing the latest versions I had the following error
The issue is solved replacing remark import with { remark } as library example indicates here
Regards
Beta Was this translation helpful? Give feedback.
All reactions