Skip to content
New issue

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

missing depends: traverse #100

Closed
uwabami opened this issue Oct 16, 2021 · 2 comments · Fixed by #295
Closed

missing depends: traverse #100

uwabami opened this issue Oct 16, 2021 · 2 comments · Fixed by #295

Comments

@uwabami
Copy link

uwabami commented Oct 16, 2021

% textlint test.org

✖ Error
Cannot find module 'traverse'
Require stack:
- ~/nodejs/lib/node_modules/textlint-plugin-org/lib/org-to-ast.js
- ~/nodejs/lib/node_modules/textlint-plugin-org/lib/OrgProcessor.js
- ~/nodejs/lib/node_modules/textlint-plugin-org/lib/index.js
- ~/nodejs/lib/node_modules/textlint/lib/src/engine/textlint-module-loader.js
- ~/nodejs/lib/node_modules/textlint/lib/src/engine/textlint-engine-core.js
- ~/nodejs/lib/node_modules/textlint/lib/src/textlint-engine.js
- ~/nodejs/lib/node_modules/textlint/lib/src/cli.js
- ~/nodejs/lib/node_modules/textlint/bin/textlint.js

✖ Stack trace
Error: Cannot find module 'traverse'
Require stack:
- ~/nodejs/lib/node_modules/textlint-plugin-org/lib/org-to-ast.js
- ~/nodejs/lib/node_modules/textlint-plugin-org/lib/OrgProcessor.js
- ~/nodejs/lib/node_modules/textlint-plugin-org/lib/index.js
- ~/nodejs/lib/node_modules/textlint/lib/src/engine/textlint-module-loader.js
- ~/nodejs/lib/node_modules/textlint/lib/src/engine/textlint-engine-core.js
- ~/nodejs/lib/node_modules/textlint/lib/src/textlint-engine.js
- ~/nodejs/lib/node_modules/textlint/lib/src/cli.js
- ~/nodejs/lib/node_modules/textlint/bin/textlint.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
    at Function.Module._load (node:internal/modules/cjs/loader:778:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object.<anonymous> (~/node_modules/textlint-plugin-org/lib/org-to-ast.js:8:34)
    at Module._compile (node:internal/modules/cjs/loader:1101:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Function.Module._load (node:internal/modules/cjs/loader:822:12)
    at Module.require (node:internal/modules/cjs/loader:1005:19)

Best Wishes,

@kijimaD
Copy link
Owner

kijimaD commented Oct 16, 2022

@uwabami
Sorry for the late reply. This problem probably fixed on #295 recently.
How about can you use latest version textlint-plugin-org(v0.3.4)?

@uwabami
Copy link
Author

uwabami commented Dec 15, 2022

Sorry late reply. confirmed. thx!

@uwabami uwabami closed this as completed Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants