We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[email protected] seems to have no lib directory and cannot be loaded.
[email protected]
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
The text was updated successfully, but these errors were encountered:
No lib directory in published package
60577b5
close #1
fix(npm): add "files" to package.json (#2)
e496022
* No lib directory in published package close #1 * fix(npm): add files
Thanks. I fixed this issue and publish [email protected]
Sorry, something went wrong.
Thanks for a quick fix!
azu
Successfully merging a pull request may close this issue.
[email protected]
seems to have nolib
directory and cannot be loaded.The text was updated successfully, but these errors were encountered: