-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
[script-compiler] compile error with textlint-rule-prh #88
Comments
What's version of node.js?
|
I forgot to include the version information.
I tried with Node.js v18, I got the same issue.
|
Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upon enabling the latest version of
textlint-rule-prh
https://github.com/textlint-rule/textlint-rule-prh and executingtextlint-script-compiler
, I get an error related to module resolution.It seems that the direct cause of this issue is related to adding
node:path
andnode:os
.textlint-rule/textlint-rule-prh#104
Although script-compiler use
node-polyfill-webpack-plugin
, it has come to my attention that Webpack's resolve.fallback setting does not inherently support URIs with thenode:
prefix.webpack/webpack#14166
I’m not familiar with JavaScript and Node.js.
I wonder if there are any known solutions or workarounds to this issue.
The text was updated successfully, but these errors were encountered: