textlint / editor

textlint editor project.
https://textlint-editor.netlify.app/
MIT License
134 stars 8 forks source link

add dep for script-compiler #51

Closed ylc395 closed 3 years ago

ylc395 commented 3 years ago

@textlint/textlint-plugin-text must be added into dependencies. Otherwise we will get the following error when execute textlint-script-compiler command:

ReferenceError: Failed to load textlint's plugin module: "@textlint/text" is not found.
See FAQ: https://github.com/textlint/textlint/blob/master/docs/faq/failed-to-load-textlints-module.md
azu commented 3 years ago

Thanks! Probably, we need to add @textlint/markdown too. https://github.com/textlint/editor/blob/85516444d6aefe485d676ece6264aec6057c0e00/packages/%40textlint/script-compiler/src/compiler.ts#L138

ylc395 commented 3 years ago

Thanks! Probably, we need to add @textlint/markdown too.

https://github.com/textlint/editor/blob/85516444d6aefe485d676ece6264aec6057c0e00/packages/%40textlint/script-compiler/src/compiler.ts#L138

done

azu commented 3 years ago

Thanks! Release https://github.com/textlint/editor/releases/tag/v0.12.1