remarkjs / remark-react

Legacy plugin to transform to React — please use `remark-rehype` and `rehype-react` instead
https://unifiedjs.com
MIT License
524 stars 37 forks source link

hast-util-sanitize dep failing #49

Closed s1n closed 7 years ago

s1n commented 7 years ago

I wasn't sure if I should file this issue here or for hast-util-sanitize but I figured this was the place since it's an indirect dependency.

Trying to use the example out of the box in the readme and I get the following error:

ERROR in ./~/hast-util-sanitize/lib/index.js
Module not found: Error: Can't resolve './github' in '/home/s1n/project/node_modules/hast-util-sanitize/lib'
 @ ./~/hast-util-sanitize/lib/index.js 5:15-34
 @ ./~/hast-util-sanitize/index.js
 @ ./~/remark-react/index.js
 @ ./app/containers/MarkDoc/index.js
 @ ./app/routes.js
 @ ./app/app.js
 @ multi main
Child html-webpack-plugin for "index.html":
wooorm commented 7 years ago

Closed by syntax-tree/hast-util-sanitize#10.