Closed io-monad closed 8 years ago
textlint-rule-max-comma@1.0.1 seems to have no lib directory and cannot be loaded.
textlint-rule-max-comma@1.0.1
lib
$ npm i -D textlint-rule-max-comma # ... snip ... $ $(npm bin)/textlint --rule max-comma test.md /Users/io-monad/tmp/textlint-test/node_modules/textlint/lib/engine/textlint-module-resolver.js:88 throw new ReferenceError("Failed to load textlint's rule module: \"" + packageName + "\" is not found.\nSee FAQ: https://github.com/textlint/textlint/blob/master/docs/faq/failed-to-load-textlints-module.md\n"); ^ ReferenceError: Failed to load textlint's rule module: "max-comma" is not found. See FAQ: https://github.com/textlint/textlint/blob/master/docs/faq/failed-to-load-textlints-module.md # ... snip ... $ ls node_modules/textlint-rule-max-comma LICENSE README.md package.json src test
Thanks. I fixed this issue and publish textlint-rule-max-comma@1.0.2
Thanks for a quick fix!
textlint-rule-max-comma@1.0.1
seems to have nolib
directory and cannot be loaded.