shimodatkh / memo

0 stars 0 forks source link

textlintの試用 #11

Open shimodatkh opened 7 years ago

shimodatkh commented 7 years ago

redpenは現状sphinx対応していなさそうなので。

shimodatkh commented 7 years ago

npm install -g textlint で npm ERR! TypeError: Cannot read property 'latest' of undefined npm http 404 https://registry.npmjs.org/azu/style-format … となりダメ。

http://qiita.com/wataruuuh/items/296e39ec3d91135aa38f どうやらパッケージとして配布されているnpmだとバージョンが古いようで、新しくすれば大丈夫っぽい。

npm自体のverが原因か?

shimodatkh commented 7 years ago

node-v6.9.1-x64.msiインストール後、 $ npm install -g textlint 成功 $ textlint -v v7.1.4

shimodatkh commented 7 years ago

$ pip install docutils-ast-writer $ npm install textlint textlint-plugin-rst npm install -g textlint-plugin-rst -g抜かしてた。

shimodatkh commented 7 years ago

$ npm install -g textlint-rule-preset-jtf-style textlint --preset textlint-rule-preset-jtf-style